QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#854423 | #9734. Identify Chord | ucup-team5101# | WA | 4ms | 3820kb | C++23 | 6.8kb | 2025-01-12 00:51:06 | 2025-01-12 00:51:07 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
Tip: Click on the bar to expand more detailed information
Test #1:
score: 100
Accepted
time: 1ms
memory: 3756kb
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
Wrong Answer
time: 4ms
memory: 3820kb
input:
1000 15 5 5 5 7 6 6 6 7 4 6 1 19 4 4 5 -1
output:
? 1 8 ? 3 10 ? 5 12 ? 7 14 ? 1 9 ? 3 11 ? 5 13 ? 7 15 ? 1 5 ? 1 7 ! 8 5 ? 3 7 ? 3 9 ? 3 8 ! 9 6 ? 5 9 ? 5 11
result:
wrong answer Wrong answer n=19, actual=3-12, guessed=9-6 (test case 2)