QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#214663 | #6553. Shared Memory Switch | ucup-team120# | RE | 0ms | 12920kb | C++14 | 3.1kb | 2023-10-14 22:45:39 | 2023-10-14 22:45:40 |
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: 12920kb
input:
14 5 1 1 1 2 2 2 -1 1 -1 1 -1 1 -1 1
output:
9 6 3 8 5 10 4 12 14 2
result:
ok n=14
Test #2:
score: 0
Accepted
time: 0ms
memory: 12900kb
input:
14 4 1 1 1 2 2 2 -1 1 -1 1 -1 1 -1 1
output:
8 6 3 8 5 10 4 12 14
result:
ok n=14
Test #3:
score: -100
Runtime Error
input:
0 0