fork download
  1. #include <iostream>
  2. #include <stdio>
  3.  
  4. using namespace std;
  5.  
  6. int main()
  7. {
  8. cout << "hello";
  9. getch();
  10. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:2:10: fatal error: stdio: No such file or directory
 #include <stdio>
          ^~~~~~~
compilation terminated.
stdout
Standard output is empty