QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#38274 | #1259. Game On Board | csffm | WA | 19ms | 8396kb | Python3 | 316b | 2022-07-05 01:03:28 | 2022-07-05 01:03:48 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
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'