0_0_34999519_13986.cpp: In function 'int main()':
0_0_34999519_13986.cpp:12:18: error: 'scanf_s' was not declared in this scope
scanf_s("%d", &m);
^
0_0_34999519_13986.cpp:16:18: error: 'printf' was not declared in this scope
printf("YES\n");
^
0_0_34999519_13986.cpp:18:17: error: 'printf' was not declared in this scope
printf("NO\n");
^
|