0_0_13469046_3060.cpp:59:1: error: missing terminating " character
scanf("%c
^
0_0_13469046_3060.cpp:60:1: error: missing terminating " character
%d%d",&word,&b,&c);
^
0_0_13469046_3060.cpp: In function 'int main()':
0_0_13469046_3060.cpp:60:1: error: expected primary-expression before '%' token
0_0_13469046_3060.cpp:60:2: error: 'd' was not declared in this scope
%d%d",&word,&b,&c);
^
|