QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#98068#2920. Ultimate Binary WatchZhangYiDeWA 2ms3380kbC++202.2kb2023-04-19 05:18:312023-04-19 05:18:41

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

1234

output:

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

result:

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