QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#213247#6641. XOR DiceZhaoZiLongWA 1ms3612kbC++20450b2023-10-14 13:20:082023-10-14 13:20:09

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3 2

output:

1 3 5 7 9 11 
1 3 5 7 9 11 
0 2 4 6 8 10 

result:

ok Correct answer

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 3608kb

input:

100 60

output:

1 61 121 181 241 301 
1 61 121 181 241 301 
0 60 120 180 240 300 

result:

wrong output format Unexpected end of file - int32 expected