QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#212282#6830. Just Some Bad MemoryMaMengQiWA 1ms7692kbC++142.3kb2023-10-13 14:13:152023-10-13 14:13:15

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

3 3
1 2
2 3
1 3

output:

-1

result:

ok "-1"

Test #2:

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

input:

4 0

output:

5

result:

ok "5"

Test #3:

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

input:

5 4
1 2
2 3
3 4
4 5

output:

2

result:

ok "2"

Test #4:

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

input:

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

output:

1

result:

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