QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#481792#7104. Halting ProblemZhangYiDeWA 3ms14112kbC++201.8kb2024-07-17 14:16:052024-07-17 14:16:06

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 3ms
memory: 14112kb

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
NoNo

result:

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