QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#97884#2920. Ultimate Binary WatchHuangHanShengWA 2ms3264kbC++201.5kb2023-04-19 04:23:092023-04-19 04:23:15

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 2ms
memory: 3264kb

input:

1234

output:

. .  . .
. .  . .
. .  . *
. *  * .
* .  * .

result:

wrong answer 2nd lines differ - expected: '. .   . *', found: '. .  . .'