Submission #991389


Source Code Expand

h, w = map(int, raw_input().split())
S = [raw_input().split() for i in xrange(h)]
for i in xrange(h):
    for j in xrange(w):
        if S[i][j] == "snuke":
            print "%s%d" % ("ABCDEFGHIJ"[j], i+1)

Submission Info

Submission Time
Task A - Where's Snuke?
User yaketake08
Language Python (2.7.6)
Score 0
Code Size 213 Byte
Status RE
Exec Time 16 ms
Memory 2568 KB

Judge Result

Set Name sample all
Score / Max Score 0 / 0 0 / 100
Status
AC × 2
AC × 6
RE × 3
Set Name Test Cases
sample sample-01.txt, sample-02.txt
all sample-01.txt, sample-02.txt, 01-01.txt, 01-02.txt, 01-03.txt, 01-04.txt, 01-05.txt, 01-06.txt, 01-07.txt
Case Name Status Exec Time Memory
01-01.txt AC 16 ms 2568 KB
01-02.txt AC 16 ms 2568 KB
01-03.txt RE 16 ms 2568 KB
01-04.txt AC 16 ms 2568 KB
01-05.txt AC 16 ms 2568 KB
01-06.txt RE 16 ms 2568 KB
01-07.txt RE 16 ms 2568 KB
sample-01.txt AC 16 ms 2568 KB
sample-02.txt AC 16 ms 2568 KB