QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#214893#2920. Ultimate Binary WatchZhangYiDeWA 1ms3540kbC++17519b2023-10-15 01:04:562023-10-15 01:04:56

詳細信息

Test #1:

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

input:

1234

output:

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

result:

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