language: C++ 4.7.2 (gcc-4.7.2)
date: 171 days 5 hours ago
link:
visibility: public
1
2
3
4
5
6
int main()
{
 #include <stdio.h>
 printf("hello , world \n");
 return 0;
}
In file included from prog.cpp:3:
/usr/include/stdio.h: In function ‘int main()’:
/usr/include/stdio.h:30: error: expected unqualified-id before string constant
prog.cpp:6: error: expected `}' at end of input