QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#389214#8516. LED Matrixucup-team029#WA 0ms3888kbC++23999b2024-04-14 06:54:262024-04-14 06:54:26

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

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

output:

N

result:

ok "N"

Test #2:

score: 0
Accepted
time: 0ms
memory: 3576kb

input:

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

output:

N

result:

ok "N"

Test #3:

score: 0
Accepted
time: 0ms
memory: 3872kb

input:

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

output:

Y

result:

ok "Y"

Test #4:

score: 0
Accepted
time: 0ms
memory: 3680kb

input:

1 1 1
* *

output:

Y

result:

ok "Y"

Test #5:

score: 0
Accepted
time: 0ms
memory: 3876kb

input:

1 1 1
* -

output:

Y

result:

ok "Y"

Test #6:

score: 0
Accepted
time: 0ms
memory: 3528kb

input:

1 1 1
- *

output:

N

result:

ok "N"

Test #7:

score: 0
Accepted
time: 0ms
memory: 3576kb

input:

1 1 1
- -

output:

Y

result:

ok "Y"

Test #8:

score: 0
Accepted
time: 0ms
memory: 3600kb

input:

28 120 84
*-***********-***********-***********-***********-***********-***********-***********-***********-***********-********** *------**----**------**----**------**----**------**----**------**----**------**----*
******-***********-***********-***********-***********-***********-***********-*****...

output:

N

result:

ok "N"

Test #9:

score: 0
Accepted
time: 0ms
memory: 3620kb

input:

40 154 168
********************************************************************************************************************************************************** *----**----**----**----**----**----**----**----**----**----**----**----**----**----**----**----**----**----**----**----**----**----**-...

output:

Y

result:

ok "Y"

Test #10:

score: 0
Accepted
time: 0ms
memory: 3844kb

input:

1 1 2
* -*

output:

Y

result:

ok "Y"

Test #11:

score: 0
Accepted
time: 0ms
memory: 3636kb

input:

1 1 3
* -*-

output:

Y

result:

ok "Y"

Test #12:

score: 0
Accepted
time: 0ms
memory: 3580kb

input:

1 2 1
** -

output:

Y

result:

ok "Y"

Test #13:

score: 0
Accepted
time: 0ms
memory: 3580kb

input:

1 2 2
-- --

output:

Y

result:

ok "Y"

Test #14:

score: 0
Accepted
time: 0ms
memory: 3640kb

input:

1 2 3
** ---

output:

Y

result:

ok "Y"

Test #15:

score: 0
Accepted
time: 0ms
memory: 3532kb

input:

1 3 1
--* -

output:

Y

result:

ok "Y"

Test #16:

score: 0
Accepted
time: 0ms
memory: 3888kb

input:

1 3 2
*** -*

output:

Y

result:

ok "Y"

Test #17:

score: 0
Accepted
time: 0ms
memory: 3800kb

input:

1 3 3
--- ---

output:

Y

result:

ok "Y"

Test #18:

score: 0
Accepted
time: 0ms
memory: 3576kb

input:

2 1 1
* *
- -

output:

Y

result:

ok "Y"

Test #19:

score: 0
Accepted
time: 0ms
memory: 3576kb

input:

2 1 2
- --
* *-

output:

Y

result:

ok "Y"

Test #20:

score: 0
Accepted
time: 0ms
memory: 3576kb

input:

2 1 3
* --*
* --*

output:

Y

result:

ok "Y"

Test #21:

score: 0
Accepted
time: 0ms
memory: 3524kb

input:

2 2 1
** -
** *

output:

Y

result:

ok "Y"

Test #22:

score: 0
Accepted
time: 0ms
memory: 3804kb

input:

2 2 2
** **
** **

output:

Y

result:

ok "Y"

Test #23:

score: 0
Accepted
time: 0ms
memory: 3584kb

input:

2 2 3
-- ---
** ***

output:

Y

result:

ok "Y"

Test #24:

score: 0
Accepted
time: 0ms
memory: 3632kb

input:

2 3 1
*** -
*-- -

output:

Y

result:

ok "Y"

Test #25:

score: 0
Accepted
time: 0ms
memory: 3872kb

input:

2 3 2
*** -*
*** -*

output:

Y

result:

ok "Y"

Test #26:

score: 0
Accepted
time: 0ms
memory: 3584kb

input:

2 3 3
*** *-*
-** ---

output:

Y

result:

ok "Y"

Test #27:

score: 0
Accepted
time: 0ms
memory: 3676kb

input:

3 1 1
* *
* -
- -

output:

Y

result:

ok "Y"

Test #28:

score: 0
Accepted
time: 0ms
memory: 3576kb

input:

3 1 2
* -*
* *-
* **

output:

Y

result:

ok "Y"

Test #29:

score: 0
Accepted
time: 0ms
memory: 3876kb

input:

3 1 3
* -**
- ---
* **-

output:

Y

result:

ok "Y"

Test #30:

score: 0
Accepted
time: 0ms
memory: 3672kb

input:

3 2 1
** *
** -
-- -

output:

Y

result:

ok "Y"

Test #31:

score: 0
Accepted
time: 0ms
memory: 3676kb

input:

3 2 2
** *-
-* --
** --

output:

Y

result:

ok "Y"

Test #32:

score: 0
Accepted
time: 0ms
memory: 3580kb

input:

3 2 3
** -**
** --*
-* ---

output:

Y

result:

ok "Y"

Test #33:

score: 0
Accepted
time: 0ms
memory: 3640kb

input:

3 3 1
*** *
*-* -
*** *

output:

Y

result:

ok "Y"

Test #34:

score: 0
Accepted
time: 0ms
memory: 3528kb

input:

3 3 2
*** --
*** *-
*** *-

output:

Y

result:

ok "Y"

Test #35:

score: 0
Accepted
time: 0ms
memory: 3576kb

input:

3 3 3
*** -*-
*** *-*
*** *-*

output:

Y

result:

ok "Y"

Test #36:

score: 0
Accepted
time: 0ms
memory: 3580kb

input:

1 1 2
- *-

output:

N

result:

ok "N"

Test #37:

score: 0
Accepted
time: 0ms
memory: 3524kb

input:

1 1 3
- --*

output:

N

result:

ok "N"

Test #38:

score: 0
Accepted
time: 0ms
memory: 3636kb

input:

1 2 1
*- *

output:

N

result:

ok "N"

Test #39:

score: 0
Accepted
time: 0ms
memory: 3876kb

input:

1 2 2
-- *-

output:

N

result:

ok "N"

Test #40:

score: 0
Accepted
time: 0ms
memory: 3576kb

input:

1 2 3
-- -**

output:

N

result:

ok "N"

Test #41:

score: 0
Accepted
time: 0ms
memory: 3636kb

input:

1 3 1
-*- *

output:

N

result:

ok "N"

Test #42:

score: 0
Accepted
time: 0ms
memory: 3580kb

input:

1 3 2
--* **

output:

N

result:

ok "N"

Test #43:

score: 0
Accepted
time: 0ms
memory: 3680kb

input:

1 3 3
--- **-

output:

N

result:

ok "N"

Test #44:

score: 0
Accepted
time: 0ms
memory: 3840kb

input:

2 1 1
- *
* -

output:

N

result:

ok "N"

Test #45:

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

input:

2 1 2
- *-
- *-

output:

N

result:

ok "N"

Test #46:

score: 0
Accepted
time: 0ms
memory: 3632kb

input:

2 1 3
- *--
- ***

output:

N

result:

ok "N"

Test #47:

score: 0
Accepted
time: 0ms
memory: 3872kb

input:

2 2 1
-* *
*- *

output:

N

result:

ok "N"

Test #48:

score: 0
Accepted
time: 0ms
memory: 3576kb

input:

2 2 2
-- **
** --

output:

N

result:

ok "N"

Test #49:

score: 0
Accepted
time: 0ms
memory: 3876kb

input:

2 2 3
*- ---
*- ***

output:

N

result:

ok "N"

Test #50:

score: -100
Wrong Answer
time: 0ms
memory: 3632kb

input:

2 3 1
--* *
*** *

output:

Y

result:

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