QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#499625#8215. Isomorphic Delightucup-team017WA 143ms235856kbC++145.9kb2024-07-31 16:26:052024-07-31 16:26:06

详细

Test #1:

score: 100
Accepted
time: 15ms
memory: 191468kb

input:

1

output:

YES
0

result:

ok Everything ok

Test #2:

score: 0
Accepted
time: 19ms
memory: 191284kb

input:

6

output:

YES
6
1 2
1 3
1 4
2 3
2 5
4 6

result:

ok Everything ok

Test #3:

score: 0
Accepted
time: 29ms
memory: 193168kb

input:

4

output:

NO

result:

ok Everything ok

Test #4:

score: 0
Accepted
time: 30ms
memory: 192028kb

input:

2

output:

NO

result:

ok Everything ok

Test #5:

score: 0
Accepted
time: 40ms
memory: 192100kb

input:

3

output:

NO

result:

ok Everything ok

Test #6:

score: 0
Accepted
time: 23ms
memory: 191844kb

input:

5

output:

NO

result:

ok Everything ok

Test #7:

score: 0
Accepted
time: 25ms
memory: 191860kb

input:

7

output:

YES
6
1 2
1 3
1 4
2 3
2 5
4 6

result:

ok Everything ok

Test #8:

score: 0
Accepted
time: 135ms
memory: 235856kb

input:

8

output:

YES
6
1 2
1 3
1 4
2 5
3 6
5 7

result:

ok Everything ok

Test #9:

score: -100
Wrong Answer
time: 143ms
memory: 234836kb

input:

9

output:

YES
1
1073741824 1073741824

result:

wrong answer Integer parameter [name=u] equals to 1073741824, violates the range [1, 9]