View Code of Problem 122

#include <stdio>
int main()
{
  printf("\n");
}
/*
Main.cc:1:17: fatal error: stdio: No such file or directory
 #include <stdio>
                 ^
compilation terminated.
*/

Double click to view unformatted code.


Back to problem 122