QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#298098#1087. Brief Statements Unionucup-team864#WA 5ms27004kbC++143.2kb2024-01-05 17:39:482024-01-05 17:39:49

详细

Test #1:

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

input:

4 3
1 2 1
2 4 3
2 2 1

output:

011

result:

ok "011"

Test #2:

score: 0
Accepted
time: 0ms
memory: 26888kb

input:

4 3
1 2 1
3 4 3
2 3 1

output:

111

result:

ok "111"

Test #3:

score: -100
Wrong Answer
time: 5ms
memory: 27004kb

input:

8 8
1 3 23
2 8 8
2 4 10
3 3 26
1 3 26
1 4 10
4 7 8
4 5 40

output:

00000000

result:

wrong answer 1st words differ - expected: '10000000', found: '00000000'