|
|
back to boardWhy n=2 it isn't ... 0 X * 1 1 X * + + Why it isn't this? Re: Why n=2 it isn't ... i think it's wrong. isn't it? Re: Why n=2 it isn't ... > i think it's wrong. > isn't it? no,it's right i've got ac:) AC <> Right Posted by Jizhu3 18 Feb 2002 18:02 Where is 2 > > i think it's wrong. > > isn't it? > > no,it's right > i've got ac:) Re: Why n=2 it isn't ...But y WA if the output is correct? > > i think it's wrong. > > isn't it? > > no,it's right > i've got ac:) but then y dont they accept this? program expression; var i,j:integer; begin readln(j); writeln('0'); for i := 1 to j do begin writeln('x'); writeln('*'); writeln(i); writeln('+'); end; end. this is wrong answer but the output is the same for n=1 or 2 Re: Why n=2 it isn't ...But y WA if the output is correct? > > > i think it's wrong. > > > isn't it? > > > > no,it's right > > i've got ac:) > > but then y dont they accept this? > > program expression; > var i,j:integer; > > begin > readln(j); > writeln('0'); > for i := 1 to j do begin > writeln('x'); > writeln('*'); > writeln(i); > writeln('+'); > end; > end. > > this is wrong answer but the output is the same for n=1 or 2 p.s. it doesnt accept whether the x is upper or lower case > > |
|
|