QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#112908 | #3523. Keeping the Dogs Out | lmq26052003 | WA | 116ms | 3636kb | C++20 | 1.2kb | 2023-06-15 10:36:38 | 2023-06-15 10:36:42 |
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: 3636kb
input:
2 21 3 3
output:
9 9
result:
ok single line: '9 9'
Test #2:
score: 0
Accepted
time: 116ms
memory: 3508kb
input:
2 0 3 2
output:
impossible
result:
ok single line: 'impossible'
Test #3:
score: -100
Wrong Answer
time: 116ms
memory: 3508kb
input:
0 1
output:
impossible
result:
wrong answer 1st lines differ - expected: '1 1', found: 'impossible'