0_0_26724284_1342.cpp:6:2: error: missing terminating " character
int T; scanf("%d,&T);
^
0_0_26724284_1342.cpp:17:4: error: missing terminating " character
printf("YES\n);
^
0_0_26724284_1342.cpp: In function 'int main()':
0_0_26724284_1342.cpp:7:2: error: expected primary-expression before 'while'
while(T--){
^
|