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