0_0_21600382_6563.cpp:49:15: error: stray '#' in program
while (ch < '0' || '9' < ch) ch = getchar();
^
0_0_21600382_6563.cpp:49:21: error: stray '#' in program
while (ch < '0' || '9' < ch) ch = getchar();
^
0_0_21600382_6563.cpp:49:30: error: stray '#' in program
while (ch < '0' || '9' < ch) ch = getchar();
^
0_0_21600382_6563.cpp:49:36: error: stray '#' in program
while (ch < '0' || '9' < ch) ch = getchar();
^
0_0_21600382_6563.cpp:50:10: error: stray '#' in program
while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
^
0_0_21600382_6563.cpp:50:16: error: stray '#' in program
while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
^
0_0_21600382_6563.cpp:50:37: error: stray '#' in program
while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
^
0_0_21600382_6563.cpp:50:43: error: stray '#' in program
while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
^
0_0_21600382_6563.cpp:50:70: error: stray '#' in program
while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
^
0_0_21600382_6563.cpp:50:76: error: stray '#' in program
while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
^
0_0_21600382_6563.cpp: In function 'int getint()':
0_0_21600382_6563.cpp:49:16: error: lvalue required as unary '&' operand
while (ch < '0' || '9' < ch) ch = getchar();
^
0_0_21600382_6563.cpp:49:18: error: expected ')' before ';' token
while (ch < '0' || '9' < ch) ch = getchar();
^
0_0_21600382_6563.cpp:49:26: error: expected primary-expression before '||' token
while (ch < '0' || '9' < ch) ch = getchar();
^
0_0_21600382_6563.cpp:49:31: error: lvalue required as unary '&' operand
while (ch < '0' || '9' < ch) ch = getchar();
^
0_0_21600382_6563.cpp:49:41: error: expected primary-expression before '<' token
while (ch < '0' || '9' < ch) ch = getchar();
^
0_0_21600382_6563.cpp:50:11: error: lvalue required as unary '&' operand
while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
^
0_0_21600382_6563.cpp:50:13: error: expected ')' before ';' token
while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
^
0_0_21600382_6563.cpp:50:21: error: expected primary-expression before '<=' token
while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
^
0_0_21600382_6563.cpp:50:38: error: lvalue required as unary '&' operand
while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
^
0_0_21600382_6563.cpp:50:47: error: expected primary-expression before ')' token
while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
^
0_0_21600382_6563.cpp:50:80: error: expected primary-expression before ',' token
while ('0' <= ch && ch <= '9') ret = ret*10 + ch - '0',ch = getchar();
^
|