Submission #1372120


Source Code Expand

N=int(input())
S=[]
S+=[str(input()) for i in range(N)]

R=[""]*N
for i in range(N):
  for j in range(N):
    R[i]+=S[N-1-j][i]
[print(R[i]) for i in range(N)]

Submission Info

Submission Time
Task B - 回転
User wkb89_
Language Python (3.4.3)
Score 100
Code Size 167 Byte
Status AC
Exec Time 18 ms
Memory 3060 KB

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 11
Set Name Test Cases
All 000.txt, 001.txt, 002.txt, 003.txt, 004.txt, 005.txt, 006.txt, 007.txt, 008.txt, 009.txt, 010.txt
Case Name Status Exec Time Memory
000.txt AC 17 ms 2940 KB
001.txt AC 18 ms 3060 KB
002.txt AC 18 ms 2940 KB
003.txt AC 17 ms 2940 KB
004.txt AC 18 ms 2940 KB
005.txt AC 17 ms 3060 KB
006.txt AC 18 ms 2940 KB
007.txt AC 17 ms 3060 KB
008.txt AC 18 ms 3060 KB
009.txt AC 17 ms 3060 KB
010.txt AC 18 ms 3060 KB