ENG
RUS
Timus 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
1249
. Ancient Necropolis
what further?
Posted by
sashaewrt
18 Apr 2003 20:43
program timus_1249;
var
n,m:integer; {for entering}
a:array[1..3000,1..3000] of boolean;
wiwod:boolean;
b,c:integer;
begin
readln(n,m);
for b:=1 to n do
for c:=1 to m do
readln(a[b,c]);
end.
© 2000–2024
Timus Online Judge Team
. All rights reserved.