QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#562563 | #9256. Quantum Supremacy | ucup-team1005# | WA | 14ms | 10716kb | Python3 | 178b | 2024-09-13 18:43:32 | 2024-09-13 18:43:32 |
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: 10ms
memory: 10640kb
input:
1024 1 1
output:
1
result:
ok answer is '1'
Test #2:
score: 0
Accepted
time: 14ms
memory: 10716kb
input:
1024 1 2
output:
2
result:
ok answer is '2'
Test #3:
score: 0
Accepted
time: 14ms
memory: 10700kb
input:
1 1 1
output:
1
result:
ok answer is '1'
Test #4:
score: 0
Accepted
time: 12ms
memory: 10576kb
input:
1 1 2
output:
-1
result:
ok answer is '-1'
Test #5:
score: -100
Wrong Answer
time: 10ms
memory: 10640kb
input:
10 2 1
output:
1
result:
wrong answer expected '0', found '1'