QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#401791 | #4798. Floor Tiles in a Park | ezteam1# | WA | 0ms | 3644kb | C++14 | 1.8kb | 2024-04-29 13:44:02 | 2024-04-29 13:44:02 |
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: 0ms
memory: 3640kb
input:
2 3 5
output:
7
result:
ok 1 number(s): "7"
Test #2:
score: 0
Accepted
time: 0ms
memory: 3644kb
input:
4 3 5
output:
307
result:
ok 1 number(s): "307"
Test #3:
score: 0
Accepted
time: 0ms
memory: 3640kb
input:
6 372065168 5
output:
114514
result:
ok 1 number(s): "114514"
Test #4:
score: -100
Wrong Answer
time: 0ms
memory: 3564kb
input:
6 7 3
output:
120
result:
wrong answer 1st numbers differ - expected: '145', found: '120'