QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#53633#2881. Multithreaded ProgramHuangHanShengRE 2ms3552kbC++172.0kb2022-10-05 15:58:032022-10-05 15:58:05

詳細信息

Test #1:

score: 100
Accepted
time: 2ms
memory: 3552kb

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
Runtime Error

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:


result: