0_0_17827308_3000.cpp: In function 'int main()':
0_0_17827308_3000.cpp:76:19: error: 'scanf' was not declared in this scope
scanf("%d", &T);
^
0_0_17827308_3000.cpp:90:44: error: 'printf' was not declared in this scope
if(leaf % 2 == 0)printf("%d\n", ans);
^
0_0_17827308_3000.cpp:91:44: error: 'printf' was not declared in this scope
else printf("%d\n", ans - (mmm / 2));
^
|