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