QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#101142#2920. Ultimate Binary WatchZhaoZiLongWA 2ms3308kbC++23997b2023-04-29 01:17:162023-04-29 01:17:18

详细

Test #1:

score: 100
Accepted
time: 2ms
memory: 3300kb

input:

1234

output:

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

result:

ok 4 lines

Test #2:

score: -100
Wrong Answer
time: 1ms
memory: 3308kb

input:

0056

output:

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

result:

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