0_0_37458035_30792.cpp:67:5: error: missing terminating ' character
} while (ch == ' ' || ch == '
^
0_0_37458035_30792.cpp:68:1: error: missing terminating ' character
');
^
0_0_37458035_30792.cpp: In function 'void getInt(int*)':
0_0_37458035_30792.cpp:69:5: error: expected primary-expression before 'if'
if (ch == '-') {
^
0_0_37458035_30792.cpp:69:5: error: expected ')' before 'if'
0_0_37458035_30792.cpp:69:5: error: expected ';' before 'if'
|