QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#853333 | #9734. Identify Chord | ucup-team3727# | RE | 13ms | 11032kb | Python3 | 6.8kb | 2025-01-11 16:37:43 | 2025-01-11 16:37:47 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 13ms
memory: 11032kb
input:
2 6 2 2 2 1 1 4 1 1
output:
? 1 3 ? 1 4 ? 1 5 ? 2 4 ! 2 4 ? 1 3 ! 1 3
result:
ok ok (2 test cases)
Test #2:
score: -100
Dangerous Syscalls
input:
1000 15 6 5 2 1 2 1 -1
output:
? 8 15 ? 8 1 ? 8 4 ? 8 5 ? 8 6 ? 6 5 ! 6 5