0_0_21601421_22589.cpp:17:15: error: stray '#' in program
while(c!='-'&&c!='.'&&(c<'0'||c>'9')) c=getchar();
^
0_0_21601421_22589.cpp:17:21: error: stray '#' in program
while(c!='-'&&c!='.'&&(c<'0'||c>'9')) c=getchar();
^
0_0_21601421_22589.cpp:17:31: error: stray '#' in program
while(c!='-'&&c!='.'&&(c<'0'||c>'9')) c=getchar();
^
0_0_21601421_22589.cpp:17:37: error: stray '#' in program
while(c!='-'&&c!='.'&&(c<'0'||c>'9')) c=getchar();
^
0_0_21601421_22589.cpp:17:47: error: stray '#' in program
while(c!='-'&&c!='.'&&(c<'0'||c>'9')) c=getchar();
^
0_0_21601421_22589.cpp:17:53: error: stray '#' in program
while(c!='-'&&c!='.'&&(c<'0'||c>'9')) c=getchar();
^
0_0_21601421_22589.cpp:17:62: error: stray '#' in program
while(c!='-'&&c!='.'&&(c<'0'||c>'9')) c=getchar();
^
0_0_21601421_22589.cpp:17:68: error: stray '#' in program
while(c!='-'&&c!='.'&&(c<'0'||c>'9')) c=getchar();
^
0_0_21601421_22589.cpp:18:14: error: stray '#' in program
sgn=(c=='-')?-1:1;
^
0_0_21601421_22589.cpp:18:20: error: stray '#' in program
sgn=(c=='-')?-1:1;
^
0_0_21601421_22589.cpp:19:14: error: stray '#' in program
ret=(c=='-')?0:(c-'0');
^
0_0_21601421_22589.cpp:19:20: error: stray '#' in program
ret=(c=='-')?0:(c-'0');
^
0_0_21601421_22589.cpp:19:32: error: stray '#' in program
ret=(c=='-')?0:(c-'0');
^
0_0_21601421_22589.cpp:19:38: error: stray '#' in program
ret=(c=='-')?0:(c-'0');
^
0_0_21601421_22589.cpp:20:27: error: stray '#' in program
while(c=getchar(),c>='0'&&c<='9') ret=ret*10+(c-'0');
^
0_0_21601421_22589.cpp:20:33: error: stray '#' in program
while(c=getchar(),c>='0'&&c<='9') ret=ret*10+(c-'0');
^
0_0_21601421_22589.cpp:20:43: error: stray '#' in program
while(c=getchar(),c>='0'&&c<='9') ret=ret*10+(c-'0');
^
0_0_21601421_22589.cpp:20:49: error: stray '#' in program
while(c=getchar(),c>='0'&&c<='9') ret=ret*10+(c-'0');
^
0_0_21601421_22589.cpp:20:70: error: stray '#' in program
while(c=getchar(),c>='0'&&c<='9') ret=ret*10+(c-'0');
^
0_0_21601421_22589.cpp:20:76: error: stray '#' in program
while(c=getchar(),c>='0'&&c<='9') ret=ret*10+(c-'0');
^
0_0_21601421_22589.cpp:21:12: error: stray '#' in program
if(c==' '||c=='\n'){ ret*=sgn; return 1; }
^
0_0_21601421_22589.cpp:21:18: error: stray '#' in program
if(c==' '||c=='\n'){ ret*=sgn; return 1; }
^
0_0_21601421_22589.cpp:21:28: error: stray '#' in program
if(c==' '||c=='\n'){ ret*=sgn; return 1; }
^
0_0_21601421_22589.cpp:21:5: error: stray '\' in program
if(c==' '||c=='\n'){ ret*=sgn; return 1; }
^
0_0_21601421_22589.cpp:21:35: error: stray '#' in program
if(c==' '||c=='\n'){ ret*=sgn; return 1; }
^
0_0_21601421_22589.cpp:22:27: error: stray '#' in program
while(c=getchar(),c>='0'&&c<='9') ret+=(c-'0')*bit,bit/=10;
^
0_0_21601421_22589.cpp:22:33: error: stray '#' in program
while(c=getchar(),c>='0'&&c<='9') ret+=(c-'0')*bit,bit/=10;
^
0_0_21601421_22589.cpp:22:43: error: stray '#' in program
while(c=getchar(),c>='0'&&c<='9') ret+=(c-'0')*bit,bit/=10;
^
0_0_21601421_22589.cpp:22:49: error: stray '#' in program
while(c=getchar(),c>='0'&&c<='9') ret+=(c-'0')*bit,bit/=10;
^
0_0_21601421_22589.cpp:22:64: error: stray '#' in program
while(c=getchar(),c>='0'&&c<='9') ret+=(c-'0')*bit,bit/=10;
^
0_0_21601421_22589.cpp:22:70: error: stray '#' in program
while(c=getchar(),c>='0'&&c<='9') ret+=(c-'0')*bit,bit/=10;
^
0_0_21601421_22589.cpp:164:19: error: stray '#' in program
if(s[0]=='E')break;
^
0_0_21601421_22589.cpp:164:25: error: stray '#' in program
if(s[0]=='E')break;
^
0_0_21601421_22589.cpp:165:19: error: stray '#' in program
if(s[0]=='D'){
^
0_0_21601421_22589.cpp:165:25: error: stray '#' in program
if(s[0]=='D'){
^
0_0_21601421_22589.cpp:170:19: error: stray '#' in program
if(s[0]=='Q')q[++qn].op=2,scanf("%d%d",&q[qn].x,&q[qn].y);
^
0_0_21601421_22589.cpp:170:25: error: stray '#' in program
if(s[0]=='Q')q[++qn].op=2,scanf("%d%d",&q[qn].x,&q[qn].y);
^
0_0_21601421_22589.cpp:171:19: error: stray '#' in program
if(s[0]=='C'){
^
0_0_21601421_22589.cpp:171:25: error: stray '#' in program
if(s[0]=='C'){
^
0_0_21601421_22589.cpp: In function 'bool scanff(T&)':
0_0_21601421_22589.cpp:17:16: error: lvalue required as unary '&' operand
while(c!='-'&&c!='.'&&(c<'0'||c>'9')) c=getchar();
^
0_0_21601421_22589.cpp:17:18: error: expected ')' before ';' token
while(c!='-'&&c!='.'&&(c<'0'||c>'9')) c=getchar();
^
0_0_21601421_22589.cpp:17:22: error: lvalue required as unary '&' operand
while(c!='-'&&c!='.'&&(c<'0'||c>'9')) c=getchar();
^
0_0_21601421_22589.cpp:17:32: error: lvalue required as unary '&' operand
while(c!='-'&&c!='.'&&(c<'0'||c>'9')) c=getchar();
^
0_0_21601421_22589.cpp:17:35: error: expected primary-expression before '.' token
while(c!='-'&&c!='.'&&(c<'0'||c>'9')) c=getchar();
^
0_0_21601421_22589.cpp:17:36: error: expected unqualified-id before '&' token
while(c!='-'&&c!='.'&&(c<'0'||c>'9')) c=getchar();
^
0_0_21601421_22589.cpp:17:43: error: expected identifier before '(' token
while(c!='-'&&c!='.'&&(c<'0'||c>'9')) c=getchar();
^
0_0_21601421_22589.cpp:17:57: error: expected primary-expression before '||' token
while(c!='-'&&c!='.'&&(c<'0'||c>'9')) c=getchar();
^
0_0_21601421_22589.cpp:17:63: error: lvalue required as unary '&' operand
while(c!='-'&&c!='.'&&(c<'0'||c>'9')) c=getchar();
^
0_0_21601421_22589.cpp:17:72: error: expected primary-expression before ')' token
while(c!='-'&&c!='.'&&(c<'0'||c>'9')) c=getchar();
^
0_0_21601421_22589.cpp:18:15: error: lvalue required as unary '&' operand
sgn=(c=='-')?-1:1;
^
0_0_21601421_22589.cpp:18:17: error: expected ')' before ';' token
sgn=(c=='-')?-1:1;
^
0_0_21601421_22589.cpp:18:21: error: lvalue required as unary '&' operand
sgn=(c=='-')?-1:1;
^
0_0_21601421_22589.cpp:18:24: error: expected primary-expression before ')' token
sgn=(c=='-')?-1:1;
^
0_0_21601421_22589.cpp:19:15: error: lvalue required as unary '&' operand
ret=(c=='-')?0:(c-'0');
^
0_0_21601421_22589.cpp:19:17: error: expected ')' before ';' token
ret=(c=='-')?0:(c-'0');
^
0_0_21601421_22589.cpp:19:21: error: lvalue required as unary '&' operand
ret=(c=='-')?0:(c-'0');
^
0_0_21601421_22589.cpp:19:24: error: expected primary-expression before ')' token
ret=(c=='-')?0:(c-'0');
^
0_0_21601421_22589.cpp:19:42: error: expected primary-expression before ')' token
|