QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#853342 | #9734. Identify Chord | ucup-team3727# | WA | 14ms | 11092kb | Python3 | 6.8kb | 2025-01-11 16:40:16 | 2025-01-11 16:40:17 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
Test #1:
score: 100
Accepted
time: 12ms
memory: 11088kb
input:
2 6 3 2 2 1 1 4 1 1
output:
? 3 6 ? 5 2 ? 6 2 ? 4 2 ! 4 2 ? 1 3 ! 1 3
result:
ok ok (2 test cases)
Test #2:
score: -100
Wrong Answer
time: 14ms
memory: 11092kb
input:
1000 15 5 6 2 2 1 1 1 19 5 4 5 4 3 4 -1
output:
? 5 12 ? 5 13 ? 5 9 ? 5 7 ? 5 8 ? 5 8 ! 5 8 ? 1 10 ? 1 11 ? 1 15 ? 1 13 ? 1 12 ? 16 12 ! 5 12
result:
wrong answer Wrong answer n=19, actual=3-12, guessed=5-12 (test case 2)