0_0_17522795_18660.cpp: In function 'int main()':
0_0_17522795_18660.cpp:41:15: error: 'T' was not declared in this scope
scanf("%d",&T);
^
0_0_17522795_18660.cpp:72:49: error: 'T1' was not declared in this scope
printf("Case #%d: Can kill in one move!!!\n",T1);
^
0_0_17522795_18660.cpp:74:53: error: 'T1' was not declared in this scope
printf("Case #%d: Can not kill in one move!!!\n",T1);
^
|