QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#361757#8516. LED Matrixucup-team293#WA 0ms3524kbC++17595b2024-03-23 13:11:382024-03-23 13:11:39

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 0
Wrong Answer
time: 0ms
memory: 3524kb

input:

6 6 6
****** --*---
****** -**---
****** ******
****** ******
****** -**---
*****- --*---

output:

1 1
1 1
1 1
1 1
1 1
0 1
N

result:

wrong answer 1st words differ - expected: 'N', found: '1'