QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#98421#2920. Ultimate Binary WatchGuanYunchangWA 1ms3376kbC++171.6kb2023-04-19 07:14:352023-04-19 07:14:36

详细

Test #1:

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

input:

1234

output:

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

result:

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