| Problem | helloworld | 
|---|---|
| User | angelahaha | 
| Submission Time | 2023-11-08 09:22:21 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 helloworld.cpp:1:2: error: invalid preprocessing directive #inc
    1 | #inc <bits/stdc++.h>
      |  ^~~
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:2: error: ‘printf’ was not declared in this scope
    4 |  printf ("Hello world");
      |  ^~~~~~
helloworld.cpp:1:1: note: ‘printf’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
  +++ |+#include <cstdio>
    1 | #inc <bits/stdc++.h>