0_0_39900290_5712.cpp: In function 'int main()':
0_0_39900290_5712.cpp:7:9: error: 'scanf' was not declared in this scope
7 | scanf("%d%d", &A, &B);
| ^~~~~
0_0_39900290_5712.cpp:9:9: error: 'printf' was not declared in this scope
9 | printf("%d\n",sum);
| ^~~~~~
0_0_39900290_5712.cpp:4:1: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
3 | #include<assert.h>
+++ |+#include <cstdio>
4 |
|