0_0_38571063_25290.cpp: In function 'int main()':
0_0_38571063_25290.cpp:23:5: error: 'scanf' was not declared in this scope
23 | scanf("%d", &t);
| ^~~~~
0_0_38571063_25290.cpp:35:13: error: 'printf' was not declared in this scope
35 | printf("Yes\n");
| ^~~~~~
0_0_38571063_25290.cpp:1:1: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
+++ |+#include <cstdio>
1 | int canEatAllCandies(int candies[], int n) {
0_0_38571063_25290.cpp:37:13: error: 'printf' was not declared in this scope
37 | printf("No\n");
| ^~~~~~
0_0_38571063_25290.cpp:37:13: note: 'printf' is defined in header '<cstdio>'; did you forget to '#include <cstdio>'?
|