QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#294543#4830. Transfer of Dutyucup-team1123#0 10ms10932kbC++2337.5kb2023-12-30 14:29:212023-12-30 14:29:22

详细

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