Program easy(input,output); var begin readln (N); if (N mod 100=24) then writeln('yes') else writeln('no'); end.
Standard input is empty
prog.pas:3: error: syntax error before `begin' prog.pas: In main program: prog.pas:4: error: undeclared identifier `N' (first use in this routine) prog.pas:4: error: (Each undeclared identifier is reported only once prog.pas:4: error: for each routine it appears in.)
Standard output is empty