QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#97951#2920. Ultimate Binary WatchHuangHanShengWA 2ms3344kbC++234.0kb2023-04-19 04:48:472023-04-19 04:48:50

详细

Test #1:

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

input:

1234

output:

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

result:

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