QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#53634#2881. Multithreaded ProgramZhaoZiLongWA 0ms3628kbC++172.1kb2022-10-05 15:59:042022-10-05 15:59:05

详细

Test #1:

score: 100
Accepted
time: 0ms
memory: 3628kb

input:

2
2
a=1
b=2
2
b=1
a=2
2
a 1
b 1

output:

No

result:

ok Ok

Test #2:

score: -100
Wrong Answer
time: 0ms
memory: 3552kb

input:

3
5
start=1
counter=1111
counter=10
counter=3333
finish=1
4
start=2
counter=20
counter=10
finish=2
3
start=3
qwerty=787788
finish=3
4
counter 10
start 1
finish 1
qwerty 787788

output:

Yes
1 2 3 2 3 1 2 1 1 1 2 3 

result:

wrong answer The variable counter has value 3333 instead of 10