/in/foo.cc:12:14: error: stray '\342' in program
while(ch<‘0‘||ch>‘9‘){if(ch==‘-‘)f=-1; ch=getchar();}
^
/in/foo.cc:12:15: error: stray '\200' in program
while(ch<‘0‘||ch>‘9‘){if(ch==‘-‘)f=-1; ch=getchar();}
^
/in/foo.cc:12:16: error: stray '\230' in program
while(ch<‘0‘||ch>‘9‘){if(ch==‘-‘)f=-1; ch=getchar();}
^
/in/foo.cc:12:18: error: stray '\342' in program
while(ch<‘0‘||ch>‘9‘){if(ch==‘-‘)f=-1; ch=getchar();}
^
/in/foo.cc:12:19: error: stray '\200' in program
while(ch<‘0‘||ch>‘9‘){if(ch==‘-‘)f=-1; ch=getchar();}
^
/in/foo.cc:12:20: error: stray '\230' in program
while(ch<‘0‘||ch>‘9‘){if(ch==‘-‘)f=-1; ch=getchar();}
^
/in/foo.cc:12:26: error: stray '\342' in program
while(ch<‘0‘||ch>‘9‘){if(ch==‘-‘)f=-1; ch=getchar();}
^
/in/foo.cc:12:27: error: stray '\200' in program
while(ch<‘0‘||ch>‘9‘){if(ch==‘-‘)f=-1; ch=getchar();}
^
/in/foo.cc:12:28: error: stray '\230' in program
while(ch<‘0‘||ch>‘9‘){if(ch==‘-‘)f=-1; ch=getchar();}
^
/in/foo.cc:12:30: error: stray '\342' in program
while(ch<‘0‘||ch>‘9‘){if(ch==‘-‘)f=-1; ch=getchar();}
^
/in/foo.cc:12:31: error: stray '\200' in program
while(ch<‘0‘||ch>‘9‘){if(ch==‘-‘)f=-1; ch=getchar();}
^
/in/foo.cc:12:32: error: stray '\230' in program
while(ch<‘0‘||ch>‘9‘){if(ch==‘-‘)f=-1; ch=getchar();}
^
/in/foo.cc:12:42: error: stray '\342' in program
while(ch<‘0‘||ch>‘9‘){if(ch==‘-‘)f=-1; ch=getchar();}
^
/in/foo.cc:12:43: error: stray '\200' in program
while(ch<‘0‘||ch>‘9‘){if(ch==‘-‘)f=-1; ch=getchar();}
^
/in/foo.cc:12:44: error: stray '\230' in program
while(ch<‘0‘||ch>‘9‘){if(ch==‘-‘)f=-1; ch=getchar();}
^
/in/foo.cc:12:46: error: stray '\342' in program
while(ch<‘0‘||ch>‘9‘){if(ch==‘-‘)f=-1; ch=getchar();}
^
/in/foo.cc:12:47: error: stray '\200' in program
while(ch<‘0‘||ch>‘9‘){if(ch==‘-‘)f=-1; ch=getchar();}
^
/in/foo.cc:12:48: error: stray '\230' in program
while(ch<‘0‘||ch>‘9‘){if(ch==‘-‘)f=-1; ch=getchar();}
^
/in/foo.cc:13:15: error: stray '\342' in program
while(ch>=‘0‘&&ch<=‘9‘) x=x*10+ch-‘0‘,ch=getchar();
^
/in/foo.cc:13:16: error: stray '\200' in program
while(ch>=‘0‘&&ch<=‘9‘) x=x*10+ch-‘0‘,ch=getchar();
^
/in/foo.cc:13:17: error: stray '\230' in program
while(ch>=‘0‘&&ch<=‘9‘) x=x*10+ch-‘0‘,ch=getchar();
^
/in/foo.cc:13:19: error: stray '\342' in program
while(ch>=‘0‘&&ch<=‘9‘) x=x*10+ch-‘0‘,ch=getchar();
^
/in/foo.cc:13:20: error: stray '\200' in program
while(ch>=‘0‘&&ch<=‘9‘) x=x*10+ch-‘0‘,ch=getchar();
^
/in/foo.cc:13:21: error: stray '\230' in program
while(ch>=‘0‘&&ch<=‘9‘) x=x*10+ch-‘0‘,ch=getchar();
^
/in/foo.cc:13:28: error: stray '\342' in program
while(ch>=‘0‘&&ch<=‘9‘) x=x*10+ch-‘0‘,ch=getchar();
^
/in/foo.cc:13:29: error: stray '\200' in program
while(ch>=‘0‘&&ch<=‘9‘) x=x*10+ch-‘0‘,ch=getchar();
^
/in/foo.cc:13:30: error: stray '\230' in program
while(ch>=‘0‘&&ch<=‘9‘) x=x*10+ch-‘0‘,ch=getchar();
^
/in/foo.cc:13:32: error: stray '\342' in program
while(ch>=‘0‘&&ch<=‘9‘) x=x*10+ch-‘0‘,ch=getchar();
^
/in/foo.cc:13:33: error: stray '\200' in program
while(ch>=‘0‘&&ch<=‘9‘) x=x*10+ch-‘0‘,ch=getchar();
^
/in/foo.cc:13:34: error: stray '\230' in program
while(ch>=‘0‘&&ch<=‘9‘) x=x*10+ch-‘0‘,ch=getchar();
^
/in/foo.cc:13:47: error: stray '\342' in program
while(ch>=‘0‘&&ch<=‘9‘) x=x*10+ch-‘0‘,ch=getchar();
^
/in/foo.cc:13:48: error: stray '\200' in program
while(ch>=‘0‘&&ch<=‘9‘) x=x*10+ch-‘0‘,ch=getchar();
^
/in/foo.cc:13:49: error: stray '\230' in program
while(ch>=‘0‘&&ch<=‘9‘) x=x*10+ch-‘0‘,ch=getchar();
^
/in/foo.cc:13:51: error: stray '\342' in program
while(ch>=‘0‘&&ch<=‘9‘) x=x*10+ch-‘0‘,ch=getchar();
^
/in/foo.cc:13:52: error: stray '\200' in program
while(ch>=‘0‘&&ch<=‘9‘) x=x*10+ch-‘0‘,ch=getchar();
^
/in/foo.cc:13:53: error: stray '\230' in program
while(ch>=‘0‘&&ch<=‘9‘) x=x*10+ch-‘0‘,ch=getchar();
^
/in/foo.cc: In function 'long long int read()':
/in/foo.cc:12:49: error: expected primary-expression before ')' token
while(ch<‘0‘||ch>‘9‘){if(ch==‘-‘)f=-1; ch=getchar();}
^