QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#537349#6448. Blazing New Trailsucup-team1005#WA 1ms5768kbC++201.6kb2024-08-30 10:31:422024-08-30 10:31:42

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 5760kb

input:

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

output:

5

result:

ok single line: '5'

Test #2:

score: 0
Accepted
time: 1ms
memory: 5688kb

input:

3 1 1 1
2
1 2 2

output:

-1

result:

ok single line: '-1'

Test #3:

score: -100
Wrong Answer
time: 1ms
memory: 5768kb

input:

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

output:

-999999998

result:

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