QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#98208#2920. Ultimate Binary WatchZhaoZiLongWA 2ms3448kbC++17589b2023-04-19 05:58:392023-04-19 05:58:43

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 =   . .'