QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#184864#7104. Halting ProblemMaMengQiWA 0ms3572kbC++20785b2023-09-21 13:44:542023-09-21 13:44:54

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

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:

1
12
1
10

result:

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