fork download
  1. #include <bits/stdc+.h>
  2. using namespace std;
  3. int main ()
  4. { int a=-1;
  5. if (a) cout << "m" << endl;
  6. else cout << "n" << endl;
  7. return 0;
  8.  
  9. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:1:10: fatal error: 'bits/stdc+.h' file not found
#include <bits/stdc+.h>
         ^~~~~~~~~~~~~~
1 error generated.
stdout
Standard output is empty