QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#795208 | #9818. Hash Collision | ucup-team425# | RE | 1ms | 3884kb | C++20 | 2.5kb | 2024-11-30 18:37:48 | 2024-11-30 18:37:48 |
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: 3884kb
input:
6 2 3 5 4 2 5 2
output:
? 6 1 ? 1 2 ? 2 2 ? 3 2 ? 4 2 ? 2 2 ? 2 5 ! 2 5
result:
ok
Test #2:
score: 0
Accepted
time: 0ms
memory: 3580kb
input:
4 4 2 4 4 4
output:
? 4 1 ? 1 4 ? 2 4 ? 2 4 ? 4 4 ! 4 4
result:
ok
Test #3:
score: 0
Accepted
time: 1ms
memory: 3604kb
input:
1 1 1 1 1
output:
? 1 1 ? 1 1 ? 1 1 ? 1 1 ! 1 1
result:
ok
Test #4:
score: 0
Accepted
time: 1ms
memory: 3864kb
input:
2 1 1 1 1
output:
? 2 1 ? 1 1 ? 1 1 ? 1 1 ! 1 1
result:
ok
Test #5:
score: 0
Accepted
time: 1ms
memory: 3872kb
input:
2 1 1 1 1
output:
? 2 1 ? 1 1 ? 1 1 ? 1 1 ! 1 1
result:
ok
Test #6:
score: 0
Accepted
time: 0ms
memory: 3796kb
input:
2 1 2 1 2 1
output:
? 2 1 ? 1 1 ? 2 1 ? 1 1 ? 1 2 ! 1 2
result:
ok
Test #7:
score: 0
Accepted
time: 1ms
memory: 3548kb
input:
2 2 2 2 2
output:
? 2 1 ? 1 2 ? 1 2 ? 2 2 ! 2 2
result:
ok
Test #8:
score: -100
Runtime Error
input:
100000