QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#564982#3998. The ProfiteerZ_301WA 1ms5720kbC++172.2kb2024-09-15 19:07:092024-09-15 19:07:09

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

1

result:

ok single line: '1'

Test #2:

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

input:

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

output:

3

result:

ok single line: '3'

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 3624kb

input:

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

output:

8

result:

wrong answer 1st lines differ - expected: '7', found: '8'