0_0_29158578_24605.cpp: In function 'void sc(DATA1&)':
0_0_29158578_24605.cpp:24:61: error: expected ';' at end of input
while ( isdigit(c)) { x=(x<<1)+(x<<3)+(c-48); c=getchar()
^
0_0_29158578_24605.cpp:24:61: error: expected '}' at end of input
0_0_29158578_24605.cpp:24:61: error: expected '}' at end of input
|