QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#42171#169. Donut DecorationZhangYiDeWA 3ms8460kbC++11991b2022-08-01 17:17:372022-08-01 17:19:56

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 3ms
memory: 8456kb

input:

3 2
3
1 2 1
2 3 2
3 3 1

output:

1

result:

ok single line: '1'

Test #2:

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

input:

5 3
6
2 3 1
1 3 2
4 5 1
2 4 3
3 5 2
5 5 3

output:

2

result:

ok single line: '2'

Test #3:

score: -100
Wrong Answer
time: 3ms
memory: 8460kb

input:

10 1
2
2 9 1
5 7 1

output:

2

result:

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