1 2 3 4 5 6 | int main() { #include <stdio.h> printf("hello , world \n"); return 0; } |
aW50IG1haW4oKQp7CiAjaW5jbHVkZSA8c3RkaW8uaD4KIHByaW50ZigiaGVsbG8gLCB3b3JsZCBcbiIpOwogcmV0dXJuIDA7Cn0=
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
-
result: Compilation error (maybe you wish to see an example for C++ 4.7.2)


