Hi all,
I'm really tired and enough of this problem... It's an easy one, but still WA!! I tasted my program for all inputs on forum and all makes good out. If anyone can help me?
const
b = 10;
var
a,i,j,n,m,q,f,h:longint;
x,y,k,l:string;
k2,l2:longint;
c:boolean;
r:char;
procedure zmia_sys ...
Search found 2 matches
- Sat Mar 19, 2005 2:04 am
- Forum: Volume 3 (300-399)
- Topic: 343 - What Base Is This?
- Replies: 72
- Views: 28318
- Fri Mar 18, 2005 12:22 am
- Forum: Volume 105 (10500-10599)
- Topic: 10593 - Kites
- Replies: 18
- Views: 8916
10593 HELP!!
Hi all,
I really got nervous about this problem! It's not deficult! I tested for all inputs on board, but still WA. There shouldn't be any special traps, or sth...
Please, HELP
My code:
const
max = 500;
type
cat = record
k,r:boolean;
end;
var
a,i,j,n,wyn:longint;
t:array[1..max,1..max]of ...
I really got nervous about this problem! It's not deficult! I tested for all inputs on board, but still WA. There shouldn't be any special traps, or sth...
Please, HELP
My code:
const
max = 500;
type
cat = record
k,r:boolean;
end;
var
a,i,j,n,wyn:longint;
t:array[1..max,1..max]of ...