QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#323819#8241. Master of Both Vucup-team1878#WA 1ms3640kbC++2311.0kb2024-02-10 13:34:572024-02-10 13:34:58

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3556kb

input:

4
8
+ 0 0 1 0
+ 5 5 1 3
+ 2 0 2 1
+ 9 7 6 2
+ 1 2 2 2
- 4
+ 0 1 0 2
- 2
5
+ 0 0 1 1
+ 0 1 1 2
+ 0 2 1 3
- 2
+ 1 1 10 10
4
+ 0 0 1 1
+ 0 0 1 0
+ 0 0 0 1
- 1
4
+ 0 0 1 1
+ 0 0 1 1
- 1
- 2

output:

11000001
11011
1101
1111

result:

ok 4 lines

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3640kb

input:

10
17
+ -1 -3 -2 2
+ 0 0 2 3
- 1
+ 2 3 -3 0
+ 1 -1 -2 3
+ 0 -2 3 3
- 2
+ -3 1 1 -3
- 5
+ 0 -2 -1 1
- 4
- 6
+ -1 3 -1 -2
+ 2 3 0 1
- 10
- 8
+ -3 3 2 3
31
+ 3 0 2 1
+ 0 -3 1 0
- 2
- 1
+ 3 2 2 3
- 5
+ -3 3 -3 -2
- 7
+ -1 -1 3 3
- 9
+ 0 1 0 -2
+ -3 -2 2 0
+ -1 1 0 -2
- 13
- 12
- 11
+ 2 1 2 3
+ 0 -2 2 3
...

output:

10110000000000000
1111111111100001111100111111100
10
11100000001101
111000
11111100111
1
11111011
11111
11111

result:

wrong answer 2nd lines differ - expected: '1111111111100011111101111111100', found: '1111111111100001111100111111100'