QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#473240#7104. Halting Problemucup-team3529WA 0ms3784kbC++141.4kb2024-07-11 23:29:092024-07-11 23:29:10

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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:

Yes
Yes
Yes
No

result:

wrong answer 3rd lines differ - expected: 'No', found: 'Yes'