Problem | helloworld |
---|---|
User | Elnathan |
Submission Time | 2023-12-17 14:43:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:1:19: error: local external declaration ‘int puts’ [-fpermissive]
1 | main(){extern int puts;((int(*)(const char*))&puts)("Hello World");}
| ^~~~
<built-in>: note: does not match previous declaration ‘int puts(const char*)’