| Problem | helloworld |
|---|---|
| User | Informatics271 |
| Submission Time | 2024-05-09 19:26:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:3:2: error: ‘printf’ was not declared in this scope
3 | printf("Hello World");
| ^~~~~~
helloworld.cpp:1:1: note: ‘printf’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
+++ |+#include <cstdio>
1 | int main()