QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#294543 | #4830. Transfer of Duty | ucup-team1123# | 0 | 10ms | 10932kb | C++23 | 37.5kb | 2023-12-30 14:29:21 | 2023-12-30 14:29:22 |
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: 9ms
memory: 10840kb
input:
start 5 10 14 10 12 10
output:
10 -1 14 -1 -1 / @ # ...
input:
resume / @ # ...
output:
-1 -1 -1 277 0 12
result:
ok
Test #2:
score: 100
Accepted
time: 10ms
memory: 10932kb
input:
start 1 1
output:
1 @ ...
input:
resume @ ...
output:
0
result:
ok
Test #3:
score: 100
Accepted
time: 4ms
memory: 10908kb
input:
start 1 1000000
output:
1000000 _(TC ...
input:
resume _(TC ...
output:
-1 1
result:
ok
Test #4:
score: 0
Wrong Answer
time: 4ms
memory: 10932kb
input:
start 2 1 1
output:
1 0 ...
input:
resume ...
output:
-1 0
result:
wrong answer