QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#98304 | #2920. Ultimate Binary Watch | MaMengQi | WA | 2ms | 3496kb | C++17 | 3.2kb | 2023-04-19 06:33:21 | 2023-04-19 06:33:24 |
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: 2ms
memory: 3384kb
input:
1234
output:
. . . . . . . * . * * . * . * .
result:
ok 4 lines
Test #2:
score: -100
Wrong Answer
time: 2ms
memory: 3496kb
input:
0056
output:
. . . . . . * * . . . * . . . .
result:
wrong answer 4th lines differ - expected: '. . * .', found: '. . . . '