QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#525706#7104. Halting Problemucup-team2229#WA 1ms3584kbC++141.9kb2024-08-20 20:55:352024-08-20 20:55:39

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3584kb

input:

4
2
add 1
blt 5 1
3
add 252
add 1
bgt 252 2
2
add 2
bne 7 1
3
add 1
bne 252 1
beq 252 1

output:

0 0
1 1
0 1
1 2
0 2
1 3
0 3
1 4
0 4
1 5
2 5
Yes
0 0
1 252
2 253
1 253
2 254
1 254
2 255
1 255
2 0
3 0
Yes
0 0
1 2
0 2
1 4
0 4
1 6
0 6
1 8
0 8
1 10
0 10
1 12
0 12
1 14
0 14
1 16
0 16
1 18
0 18
1 20
0 20
1 22
0 22
1 24
0 24
1 26
0 26
1 28
0 28
1 30
0 30
1 32
0 32
1 34
0 34
1 36
0 36
1 38
0 38
1 40
0 4...

result:

wrong answer 1st lines differ - expected: 'Yes', found: '0 0'