QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#101203 | #2920. Ultimate Binary Watch | HuangHanSheng | WA | 2ms | 3388kb | C++11 | 917b | 2023-04-29 02:30:46 | 2023-04-29 02:30:48 |
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: 3364kb
input:
1234
output:
. . . . . . . * . * * . * . * .
result:
ok 4 lines
Test #2:
score: -100
Wrong Answer
time: 1ms
memory: 3388kb
input:
0056
output:
. . . . * * . . . * . . * . . .
result:
wrong answer 2nd lines differ - expected: '. . * *', found: '* * . . '