QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#98037#2920. Ultimate Binary WatchGuanYunchangWA 2ms3360kbC++202.5kb2023-04-19 05:08:522023-04-19 05:08:53

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

1234

output:

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

result:

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