QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#801704 | #9818. Hash Collision | xiaowuc1# | WA | 1ms | 3792kb | C++17 | 3.8kb | 2024-12-07 05:58:11 | 2024-12-07 05:58:12 |
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: 3792kb
input:
6 6 6 6 6
output:
? 6 6 ? 1 6 ? 2 6 ? 3 6 ! 6 6
result:
ok
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3556kb
input:
4 4 2 4 2
output:
? 4 4 ? 1 4 ? 2 4 ? 3 4 ? -2 4
result:
wrong answer Integer parameter [name=c] equals to -2, violates the range [1, 4]