0_0_39415919_25567.cpp: In function 'int main()':
0_0_39415919_25567.cpp:2:1: error: 'printf' was not declared in this scope
2 | printf("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa\n");}
| ^~~~~~
0_0_39415919_25567.cpp:1:1: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
+++ |+#include <cstdio>
1 | int main(){
|