QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#132099#2920. Ultimate Binary WatchGuanYunChangWA 1ms3496kbC++20853b2023-07-29 02:41:562023-07-29 02:41:58

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 1ms
memory: 3496kb

input:

1234

output:

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

result:

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