QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#562563#9256. Quantum Supremacyucup-team1005#WA 14ms10716kbPython3178b2024-09-13 18:43:322024-09-13 18:43:32

详细

Test #1:

score: 100
Accepted
time: 10ms
memory: 10640kb

input:

1024 1 1

output:

1

result:

ok answer is '1'

Test #2:

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

input:

1024 1 2

output:

2

result:

ok answer is '2'

Test #3:

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

input:

1 1 1

output:

1

result:

ok answer is '1'

Test #4:

score: 0
Accepted
time: 12ms
memory: 10576kb

input:

1 1 2

output:

-1

result:

ok answer is '-1'

Test #5:

score: -100
Wrong Answer
time: 10ms
memory: 10640kb

input:

10 2 1

output:

1

result:

wrong answer expected '0', found '1'