fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. // your code goes here
  6. char *s;
  7. scanf("%s",s);
  8. printf("%s",s);
  9. return 0;
  10. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
aman
compilation info
prog.c:1:10: fatal error: iostream: No such file or directory
 #include <iostream>
          ^~~~~~~~~~
compilation terminated.
stdout
Standard output is empty