QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#562566#9256. Quantum Supremacyucup-team1005#TL 14ms10636kbPython3178b2024-09-13 18:44:082024-09-13 18:44:11

详细

Test #1:

score: 100
Accepted
time: 12ms
memory: 10636kb

input:

1024 1 1

output:

1

result:

ok answer is '1'

Test #2:

score: 0
Accepted
time: 10ms
memory: 10520kb

input:

1024 1 2

output:

2

result:

ok answer is '2'

Test #3:

score: 0
Accepted
time: 0ms
memory: 10628kb

input:

1 1 1

output:

1

result:

ok answer is '1'

Test #4:

score: 0
Accepted
time: 14ms
memory: 10628kb

input:

1 1 2

output:

-1

result:

ok answer is '-1'

Test #5:

score: 0
Accepted
time: 14ms
memory: 10516kb

input:

10 2 1

output:

0

result:

ok answer is '0'

Test #6:

score: -100
Time Limit Exceeded

input:

1000000000000000000 1 1000000000000000000

output:


result: