QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#61674 | #4830. Transfer of Duty | Liyanx | 0 | 65ms | 11560kb | C++14 | 863b | 2022-11-14 15:50:38 | 2023-02-13 21:37:45 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
Test #1:
score: 100
Accepted
time: 52ms
memory: 11388kb
input:
start 5 10 14 10 12 10
output:
10 -1 14 -1 -1 8 3115374407425795975
input:
resume 8 3115374407425795975 6 14 277 12 10 277 12
output:
-1 -1 -1 277 0 12
result:
ok
Test #2:
score: 100
Accepted
time: 65ms
memory: 11560kb
input:
start 1 1
output:
1 1 6116758753896579064
input:
resume 1 6116758753896579064 1 1
output:
0
result:
ok
Test #3:
score: 0
Wrong Answer
time: 55ms
memory: 11384kb
input:
start 1 1000000
output:
1000000 1000000 1383189352223709429
input:
resume 1000000 1383189352223709429 2 1 1000000
output:
1000001 1
result:
wrong answer