QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#38274#1259. Game On BoardcsffmWA 19ms8396kbPython3316b2022-07-05 01:03:282022-07-05 01:03:48

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 18ms
memory: 8272kb

input:

1 1

output:

1

result:

ok answer is '1'

Test #2:

score: 0
Accepted
time: 11ms
memory: 8284kb

input:

2 2

output:

4

result:

ok answer is '4'

Test #3:

score: 0
Accepted
time: 19ms
memory: 8284kb

input:

1 100000000

output:

1

result:

ok answer is '1'

Test #4:

score: 0
Accepted
time: 6ms
memory: 8264kb

input:

1000000000 1

output:

1

result:

ok answer is '1'

Test #5:

score: 0
Accepted
time: 11ms
memory: 8344kb

input:

998244353 1

output:

1

result:

ok answer is '1'

Test #6:

score: 0
Accepted
time: 6ms
memory: 8396kb

input:

2 998244353

output:

0

result:

ok answer is '0'

Test #7:

score: 0
Accepted
time: 16ms
memory: 8284kb

input:

998244353 1000000000

output:

0

result:

ok answer is '0'

Test #8:

score: -100
Wrong Answer
time: 6ms
memory: 8348kb

input:

1000000000 1000000000

output:

570283776

result:

wrong answer expected '246032221', found '570283776'