QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#429310#6429. Let's Play CurlingmicrosunWA 0ms3656kbC++14937b2024-06-02 11:12:262024-06-02 11:12:28

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3656kb

input:

3
2 2
2 3
1 4
6 5
2 5 3 7 1 7
3 4 3 1 10
1 1
7
7

output:

20 20
11111011111011111010
10100110100110100111
01101101101101101101
11011011011011011001
10110110110110110111
11101101101101101101
01011011011011011010
10110110110110110111
11101101101101101101
10011011011011011001
10110110110110110111
11101101101101101101
01011011011011011010
10110110110110110111
...

result:

wrong answer 1st lines differ - expected: '2', found: '20 20'