QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#298095#1087. Brief Statements Unionucup-team864#WA 8ms33168kbC++143.3kb2024-01-05 17:32:422024-01-05 17:32:43

详细

Test #1:

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

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: 27028kb

input:

4 3
1 2 1
3 4 3
2 3 1

output:

111

result:

ok "111"

Test #3:

score: 0
Accepted
time: 3ms
memory: 27016kb

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:

10000000

result:

ok "10000000"

Test #4:

score: 0
Accepted
time: 4ms
memory: 27216kb

input:

8 8
3 5 9
3 3 63
6 7 57
1 4 44
5 5 63
1 7 40
1 7 40
7 8 0

output:

10000000

result:

ok "10000000"

Test #5:

score: -100
Wrong Answer
time: 8ms
memory: 27144kb

input:

8 8
3 8 21
6 8 4
1 7 20
1 7 20
6 6 61
4 6 29
2 2 31
5 6 61

output:

01000000

result:

wrong answer 1st words differ - expected: '11000000', found: '01000000'