QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#97985#2920. Ultimate Binary WatchMaMengQiWA 2ms3356kbC++201.7kb2023-04-19 04:57:302023-04-19 04:57:34

详细

Test #1:

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

input:

1234

output:

.   .       .   . 

.   .       .   * 

.   *       *   . 

*   .       *   . 


result:

wrong answer 2nd lines differ - expected: '. .   . *', found: ''