0_0_21598637_18350.cpp:43:13: error: stray '#' in program
while (ch<'0'||ch>'9'){if (ch=='-') f=-1;ch=getchar();}
^
0_0_21598637_18350.cpp:43:19: error: stray '#' in program
while (ch<'0'||ch>'9'){if (ch=='-') f=-1;ch=getchar();}
^
0_0_21598637_18350.cpp:43:29: error: stray '#' in program
while (ch<'0'||ch>'9'){if (ch=='-') f=-1;ch=getchar();}
^
0_0_21598637_18350.cpp:43:35: error: stray '#' in program
while (ch<'0'||ch>'9'){if (ch=='-') f=-1;ch=getchar();}
^
0_0_21598637_18350.cpp:43:50: error: stray '#' in program
while (ch<'0'||ch>'9'){if (ch=='-') f=-1;ch=getchar();}
^
0_0_21598637_18350.cpp:43:56: error: stray '#' in program
while (ch<'0'||ch>'9'){if (ch=='-') f=-1;ch=getchar();}
^
0_0_21598637_18350.cpp:44:14: error: stray '#' in program
while (ch>='0'&&ch<='9'){x=x*10+ch-'0';ch=getchar();}
^
0_0_21598637_18350.cpp:44:20: error: stray '#' in program
while (ch>='0'&&ch<='9'){x=x*10+ch-'0';ch=getchar();}
^
0_0_21598637_18350.cpp:44:31: error: stray '#' in program
while (ch>='0'&&ch<='9'){x=x*10+ch-'0';ch=getchar();}
^
0_0_21598637_18350.cpp:44:37: error: stray '#' in program
while (ch>='0'&&ch<='9'){x=x*10+ch-'0';ch=getchar();}
^
0_0_21598637_18350.cpp:44:54: error: stray '#' in program
while (ch>='0'&&ch<='9'){x=x*10+ch-'0';ch=getchar();}
^
0_0_21598637_18350.cpp:44:60: error: stray '#' in program
while (ch>='0'&&ch<='9'){x=x*10+ch-'0';ch=getchar();}
^
0_0_21598637_18350.cpp: In function 'int read()':
0_0_21598637_18350.cpp:43:14: error: lvalue required as unary '&' operand
while (ch<'0'||ch>'9'){if (ch=='-') f=-1;ch=getchar();}
^
0_0_21598637_18350.cpp:43:16: error: expected ')' before ';' token
while (ch<'0'||ch>'9'){if (ch=='-') f=-1;ch=getchar();}
^
0_0_21598637_18350.cpp:43:23: error: expected primary-expression before '||' token
while (ch<'0'||ch>'9'){if (ch=='-') f=-1;ch=getchar();}
^
0_0_21598637_18350.cpp:43:30: error: lvalue required as unary '&' operand
while (ch<'0'||ch>'9'){if (ch=='-') f=-1;ch=getchar();}
^
0_0_21598637_18350.cpp:43:39: error: expected primary-expression before ')' token
while (ch<'0'||ch>'9'){if (ch=='-') f=-1;ch=getchar();}
^
0_0_21598637_18350.cpp:44:15: error: lvalue required as unary '&' operand
while (ch>='0'&&ch<='9'){x=x*10+ch-'0';ch=getchar();}
^
0_0_21598637_18350.cpp:44:17: error: expected ')' before ';' token
while (ch>='0'&&ch<='9'){x=x*10+ch-'0';ch=getchar();}
^
0_0_21598637_18350.cpp:44:32: error: lvalue required as unary '&' operand
while (ch>='0'&&ch<='9'){x=x*10+ch-'0';ch=getchar();}
^
0_0_21598637_18350.cpp:44:41: error: expected primary-expression before ')' token
while (ch>='0'&&ch<='9'){x=x*10+ch-'0';ch=getchar();}
^
0_0_21598637_18350.cpp:44:26: error: label 'ch' used but not defined
while (ch>='0'&&ch<='9'){x=x*10+ch-'0';ch=getchar();}
^
|