QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#795123 | #9818. Hash Collision | GuanYunchang | WA | 1ms | 4020kb | C++20 | 1.0kb | 2024-11-30 18:00:28 | 2024-11-30 18:00:37 |
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: 3984kb
input:
6 6 6
output:
? 1 6 ? 1 6 ! 6 6
result:
ok
Test #2:
score: 0
Accepted
time: 1ms
memory: 3976kb
input:
4 2 4 2
output:
? 1 4 ? 1 2 ? 2 2 ! 2 2
result:
ok
Test #3:
score: 0
Accepted
time: 0ms
memory: 3836kb
input:
1 1 1
output:
? 1 1 ? 1 1 ! 1 1
result:
ok
Test #4:
score: 0
Accepted
time: 0ms
memory: 4020kb
input:
2 1 1
output:
? 1 2 ? 1 1 ! 1 1
result:
ok
Test #5:
score: 0
Accepted
time: 0ms
memory: 3896kb
input:
2 2 2
output:
? 1 2 ? 1 2 ! 2 2
result:
ok
Test #6:
score: -100
Wrong Answer
time: 1ms
memory: 3888kb
input:
2 1 2 1
output:
? 1 2 ? 1 1 ? 2 1 ! 2 1
result:
wrong answer Answer is wrong.