ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1313. Some Words about Sport

hatosini toping
Posted by Davron Quvonov 16 Dec 2011 12:06
var a:array[1..100,1..100]OF INTEGER;
  i,j,n:1..100;   t:word;
begin
 read(n);
 FOR I:=1 TO N DO
  FOR j:=1 to n do
 read(a[i,j]);
 for i:=1 to n do  begin
 t:=0;
 for j:=i downto 1 do begin
 t:=t+1;
 write(a[j,t]);
 end;end;
 for i:=2 to n do  begin  t:=i;
 for j:=n downto i do begin
 write(a[j,t]);
 t:=t+1;
 end;end;
 readln;readln;
  { TODO -oUser -cConsole Main : Insert code here }
end.
Re: hatosini toping
Posted by xudaynazarov islom 19 Dec 2011 12:06
O`YLAB KO`RSANG TOPASAN
Re: hatosini toping
Posted by SARDOR BERDIYEV 3 Jan 2012 10:06
xomkalla