QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#132111#2920. Ultimate Binary WatchGuanYunchangWA 0ms3500kbC++1.4kb2023-07-29 02:56:152023-07-29 02:56:16

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3500kb

input:

1234

output:

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

result:

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