QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#606607#9230. Routing K-Codesucup-team3966#WA 1ms7704kbC++141.6kb2024-10-03 10:59:242024-10-03 10:59:25

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4 3
1 2
1 3
1 4

output:

6

result:

ok single line: '6'

Test #2:

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

input:

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

output:

0

result:

wrong answer 1st lines differ - expected: 'NIE', found: '0'