QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#499701 | #8215. Isomorphic Delight | ucup-team017 | ML | 29ms | 148580kb | C++14 | 6.6kb | 2024-07-31 17:15:55 | 2024-07-31 17:15:55 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 23ms
memory: 148540kb
input:
1
output:
YES 0
result:
ok Everything ok
Test #2:
score: 0
Accepted
time: 12ms
memory: 148512kb
input:
6
output:
YES 6 1 2 1 3 1 4 2 3 3 5 4 6
result:
ok Everything ok
Test #3:
score: 0
Accepted
time: 15ms
memory: 148580kb
input:
4
output:
NO
result:
ok Everything ok
Test #4:
score: 0
Accepted
time: 29ms
memory: 148172kb
input:
2
output:
NO
result:
ok Everything ok
Test #5:
score: 0
Accepted
time: 24ms
memory: 146008kb
input:
3
output:
NO
result:
ok Everything ok
Test #6:
score: 0
Accepted
time: 28ms
memory: 147192kb
input:
5
output:
NO
result:
ok Everything ok
Test #7:
score: 0
Accepted
time: 21ms
memory: 145896kb
input:
7
output:
YES 6 1 2 1 3 1 4 2 3 3 5 4 6
result:
ok Everything ok
Test #8:
score: -100
Memory Limit Exceeded
input:
8
output:
YES 6 1 2 1 3 1 4 2 5 3 6 5 7