0_0_38789756_26066.cpp: In function 'int main()':
0_0_38789756_26066.cpp:5:9: error: 'scanf' was not declared in this scope
5 | scanf("%d %d",&a,&b);
| ^~~~~
0_0_38789756_26066.cpp:6:9: error: 'printf' was not declared in this scope
6 | printf("%d\n",a+b);
| ^~~~~~
0_0_38789756_26066.cpp:1:1: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
+++ |+#include <cstdio>
1 | using namespace std;
|