Online Judge | Problem Set | Authors | Online Contests | User | ||||||
---|---|---|---|---|---|---|---|---|---|---|
Web Board Home Page F.A.Qs Statistical Charts | Current Contest Past Contests Scheduled Contests Award Contest |
水货var x,y:longint; begin readln(x); while not eof do begin readln(x,y); if (x=y) or (x=y+2) then begin if odd(x) then writeln(x+y-1) else writeln(x+y); end else writeln('No Number'); end; end. Followed by: Post your reply here: |
All Rights Reserved 2003-2013 Ying Fuchen,Xu Pengcheng,Xie Di
Any problem, Please Contact Administrator