QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#101000#2920. Ultimate Binary WatchZhangYiDeWA 1ms3372kbC++141.3kb2023-04-28 23:35:342023-04-28 23:35:38

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

1234

output:

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

result:

ok 4 lines

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 3368kb

input:

0056

output:

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

result:

wrong answer 1st lines differ - expected: '. .   . .', found: '. .   . '