QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#61664 | #4830. Transfer of Duty | MaMengQi | 0 | 53ms | 11568kb | C++14 | 864b | 2022-11-14 15:26:05 | 2023-02-13 21:37:28 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 53ms
memory: 11568kb
input:
start 5 10 14 10 12 10
output:
10 -1 14 -1 -1 8 785961684843362995
input:
resume 8 785961684843362995 6 14 277 12 10 277 12
output:
-1 -1 -1 277 0 12
result:
ok
Test #2:
score: 100
Accepted
time: 52ms
memory: 11400kb
input:
start 1 1
output:
1 1 623872744659750581
input:
resume 1 623872744659750581 1 1
output:
0
result:
ok
Test #3:
score: 100
Accepted
time: 50ms
memory: 11400kb
input:
start 1 1000000
output:
1000000 1000000 248281418038414851
input:
resume 1000000 248281418038414851 2 1 1000000
output:
-1 1
result:
ok
Test #4:
score: 100
Accepted
time: 47ms
memory: 11320kb
input:
start 2 1 1
output:
1 0 0 0
input:
resume 0 0 2 1000000 1000000
output:
1000000 0
result:
ok
Test #5:
score: 0
Wrong Answer on the first run
input:
start 3 1 2 3
output:
1 -1 0 0 548978307617031889
input:
output:
result:
wrong answer wrong answer on the first run, query 3: read 0 but expected -1