QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#195694#4809. Maximum RangebjaoefiajWA 2ms10712kbC++141.7kb2023-10-01 06:14:222023-10-01 06:14:22

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 10712kb

input:

5 7
1 2 1
1 3 -2
2 3 1
3 4 3
4 5 1
1 5 -1
2 5 2

output:

5
10
1 2 3 4 5 6 7 8 9 10

result:

wrong answer Integer 10 violates the range [1, 7]