fork download
  1. program jhfsjk (input, output);
  2. var a, b : integer;
  3. begin
  4. read(a, b);
  5. readln;
  6. c:= (a mod b);
  7. writeln(c)
  8. end.
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.pas: In main program:
prog.pas:6: error: syntax error before `c'
stdout
Standard output is empty