QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#97990#2920. Ultimate Binary WatchZhaoZiLongWA 3ms3380kbC++201.7kb2023-04-19 04:59:042023-04-19 04:59:05

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 3ms
memory: 3380kb

input:

1234

output:

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

result:

ok 4 lines

Test #2:

score: -100
Wrong Answer
time: 2ms
memory: 3380kb

input:

0056

output:

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

result:

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