QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#98302#2920. Ultimate Binary WatchZhangYiDeWA 2ms3448kbC++177.3kb2023-04-19 06:32:552023-04-19 06:32:58

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3448kb

input:

1234

output:

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

result:

ok 4 lines

Test #2:

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

input:

0056

output:

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

result:

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