0_0_21595813_865.cpp:33:35: error: stray '#' in program
char c;while((c=getchar())<'0' || c>'9');x=c-'0';
^
0_0_21595813_865.cpp:33:41: error: stray '#' in program
char c;while((c=getchar())<'0' || c>'9');x=c-'0';
^
0_0_21595813_865.cpp:33:52: error: stray '#' in program
char c;while((c=getchar())<'0' || c>'9');x=c-'0';
^
0_0_21595813_865.cpp:33:58: error: stray '#' in program
char c;while((c=getchar())<'0' || c>'9');x=c-'0';
^
0_0_21595813_865.cpp:33:69: error: stray '#' in program
char c;while((c=getchar())<'0' || c>'9');x=c-'0';
^
0_0_21595813_865.cpp:33:75: error: stray '#' in program
char c;while((c=getchar())<'0' || c>'9');x=c-'0';
^
0_0_21595813_865.cpp:34:29: error: stray '#' in program
while((c=getchar())>='0' && c<='9') x=(x<<3)+(x<<1)+c-'0';
^
0_0_21595813_865.cpp:34:35: error: stray '#' in program
while((c=getchar())>='0' && c<='9') x=(x<<3)+(x<<1)+c-'0';
^
0_0_21595813_865.cpp:34:47: error: stray '#' in program
while((c=getchar())>='0' && c<='9') x=(x<<3)+(x<<1)+c-'0';
^
0_0_21595813_865.cpp:34:53: error: stray '#' in program
while((c=getchar())>='0' && c<='9') x=(x<<3)+(x<<1)+c-'0';
^
0_0_21595813_865.cpp:34:78: error: stray '#' in program
while((c=getchar())>='0' && c<='9') x=(x<<3)+(x<<1)+c-'0';
^
0_0_21595813_865.cpp:34:84: error: stray '#' in program
while((c=getchar())>='0' && c<='9') x=(x<<3)+(x<<1)+c-'0';
^
0_0_21595813_865.cpp:58:38: error: stray '#' in program
else cout<<c-mynext[len]%c<<'\12';
^
0_0_21595813_865.cpp:58:9: error: stray '\' in program
else cout<<c-mynext[len]%c<<'\12';
^
0_0_21595813_865.cpp:58:46: error: stray '#' in program
else cout<<c-mynext[len]%c<<'\12';
^
0_0_21595813_865.cpp: In function 'void Scan(int&)':
0_0_21595813_865.cpp:33:36: error: lvalue required as unary '&' operand
char c;while((c=getchar())<'0' || c>'9');x=c-'0';
^
0_0_21595813_865.cpp:33:38: error: expected ')' before ';' token
char c;while((c=getchar())<'0' || c>'9');x=c-'0';
^
0_0_21595813_865.cpp:33:46: error: expected primary-expression before '||' token
char c;while((c=getchar())<'0' || c>'9');x=c-'0';
^
0_0_21595813_865.cpp:33:53: error: lvalue required as unary '&' operand
char c;while((c=getchar())<'0' || c>'9');x=c-'0';
^
0_0_21595813_865.cpp:33:62: error: expected primary-expression before ')' token
char c;while((c=getchar())<'0' || c>'9');x=c-'0';
^
0_0_21595813_865.cpp:33:70: error: lvalue required as unary '&' operand
char c;while((c=getchar())<'0' || c>'9');x=c-'0';
^
0_0_21595813_865.cpp:34:30: error: lvalue required as unary '&' operand
while((c=getchar())>='0' && c<='9') x=(x<<3)+(x<<1)+c-'0';
^
0_0_21595813_865.cpp:34:32: error: expected ')' before ';' token
while((c=getchar())>='0' && c<='9') x=(x<<3)+(x<<1)+c-'0';
^
0_0_21595813_865.cpp:34:48: error: lvalue required as unary '&' operand
while((c=getchar())>='0' && c<='9') x=(x<<3)+(x<<1)+c-'0';
^
0_0_21595813_865.cpp:34:57: error: expected primary-expression before ')' token
while((c=getchar())>='0' && c<='9') x=(x<<3)+(x<<1)+c-'0';
^
0_0_21595813_865.cpp:34:43: error: label 'c' used but not defined
while((c=getchar())>='0' && c<='9') x=(x<<3)+(x<<1)+c-'0';
^
0_0_21595813_865.cpp: In function 'int main()':
0_0_21595813_865.cpp:58:39: error: lvalue required as unary '&' operand
else cout<<c-mynext[len]%c<<'\12';
^
|