fork download
  1. program ideone;
  2. var
  3. c:longInt;
  4. d:longInt;
  5. begin
  6. c:=$1;
  7. d:=$0;
  8.  
  9.  
  10. if (((c >> d) & $1) == 1) then
  11. begin
  12. writeln ( 'mallesh');
  13. end.
Compilation error #stdin compilation error #stdout 0s 9120KB
stdin
Standard input is empty
compilation info
prog.pas: In main program:
prog.pas:10: error: syntax error before `>'
stdout
Standard output is empty