Submission #3383591


Source Code Expand

var
i,j,c,d,e,b,n,m:longint;
a:array[1..100,1..100] of char;
begin
readln(n);
for i:=1 to n do
 begin
  for j:=1 to n do
read(a[i,j]);
readln;
end;
for j:=1 to n do
 begin
 for i:=n downto 1 do 
write(a[i,j]);
writeln;
end;
end.

Submission Info

Submission Time
Task B - 回転
User luogu_bot5
Language Pascal (FPC 2.6.2)
Score 100
Code Size 245 Byte
Status AC
Exec Time 0 ms
Memory 128 KB

Compile Error

/usr/bin/ld.bfd: warning: ./link.res contains output sections; did you forget -T?

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 0 ms 128 KB
001.txt AC 0 ms 128 KB
002.txt AC 0 ms 128 KB
003.txt AC 0 ms 128 KB
004.txt AC 0 ms 128 KB
005.txt AC 0 ms 128 KB
006.txt AC 0 ms 128 KB
007.txt AC 0 ms 128 KB
008.txt AC 0 ms 128 KB
009.txt AC 0 ms 128 KB
010.txt AC 0 ms 128 KB