fork download
  1. Program easy(input,output);
  2. var
  3. begin
  4. readln (N);
  5. if (N mod 100=24) then
  6. writeln('yes')
  7. else writeln('no');
  8. end.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
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.)
stdout
Standard output is empty