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