QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#101120 | #2920. Ultimate Binary Watch | HuangHanSheng | WA | 2ms | 3344kb | C++17 | 1.1kb | 2023-04-29 01:05:10 | 2023-04-29 01:05:14 |
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: 3284kb
input:
1234
output:
. . . . . . . * . * * . * . * .
result:
ok 4 lines
Test #2:
score: 0
Accepted
time: 2ms
memory: 3344kb
input:
0056
output:
. . . . . . * * . . . * . . * .
result:
ok 4 lines
Test #3:
score: -100
Wrong Answer
time: 2ms
memory: 3336kb
input:
0708
output:
. . . * . * * . . * * . . * . .
result:
wrong answer 2nd lines differ - expected: '. * . .', found: '. * * . '