language: C++11 (gcc-4.7.2)
date: 172 days 20 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:0:
/usr/include/stdio.h: In function 'int main()':
/usr/include/stdio.h:30:1: error: expected unqualified-id before string constant
prog.cpp:6:1: error: expected '}' at end of input