QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#38272 | #1259. Game On Board | csffm | WA | 15ms | 8396kb | Python3 | 281b | 2022-07-05 00:59:20 | 2022-07-05 00:59:21 |
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: 13ms
memory: 8240kb
input:
1 1
output:
1
result:
ok answer is '1'
Test #2:
score: 0
Accepted
time: 15ms
memory: 8396kb
input:
2 2
output:
4
result:
ok answer is '4'
Test #3:
score: -100
Wrong Answer
time: 8ms
memory: 8280kb
input:
1 100000000
output:
100000000
result:
wrong answer expected '1', found '100000000'