QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#361429#8516. LED Matrixucup-team598#WA 1ms3588kbC++23641b2024-03-23 10:10:552024-03-23 10:10:56

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3588kb

input:

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

output:

N

result:

ok "N"

Test #2:

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

input:

2 4 6
**** ------
***- *-----

output:

Y

result:

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