QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#98208 | #2920. Ultimate Binary Watch | ZhaoZiLong | WA | 2ms | 3448kb | C++17 | 589b | 2023-04-19 05:58:39 | 2023-04-19 05:58:43 |
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: 3448kb
input:
0056
output:
h = . . \x0f V * * \x01
result:
wrong answer 1st lines differ - expected: '. . . .', found: 'h = . .'