Problem | abc_apio23 |
---|---|
User | Soysauce |
Submission Time | 2024-10-15 19:36:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
abc_apio23.cpp:1:1: error: ‘abc_apio23’ does not name a type
1 | abc_apio23
| ^~~~~~~~~~
abc_apio23.cpp: In function ‘int main()’:
abc_apio23.cpp:6:2: error: ‘printf’ was not declared in this scope
6 | printf("218");
| ^~~~~~
abc_apio23.cpp:4:1: note: ‘printf’ is defined in header ‘<cstdio>’; did you forget to ‘#include <cstdio>’?
3 | #include <stdio.h>
+++ |+#include <cstdio>
4 |