QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#864037#9256. Quantum Supremacyucup-team4744#WA 1ms3584kbC++20369b2025-01-20 09:25:022025-01-20 09:25:04

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 3584kb

input:

1024 1 1

output:

1

result:

ok answer is '1'

Test #2:

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

input:

1024 1 2

output:

2

result:

ok answer is '2'

Test #3:

score: -100
Wrong Answer
time: 0ms
memory: 3584kb

input:

1 1 1

output:

-1

result:

wrong answer expected '1', found '-1'