QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#794589 | #9818. Hash Collision | HuangHanSheng | WA | 1ms | 3912kb | C++17 | 254b | 2024-11-30 15:02:52 | 2024-11-30 15:02:54 |
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: 0ms
memory: 3848kb
input:
6 2 5
output:
? 6 1 ? 4 1 ! 2 5
result:
ok
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3912kb
input:
4 4
output:
? 4 1 ? 0 1
result:
wrong answer Integer parameter [name=c] equals to 0, violates the range [1, 4]