0_0_20966211_22911.cpp:6:20: error: stray '#' in program
const int maxn=1e6+10;
^
0_0_20966211_22911.cpp:10:29: error: stray '#' in program
else if(x%4==3)return x+1;
^
0_0_20966211_22911.cpp:21:23: error: stray '#' in program
for(i=0;i<n;i++)
^
0_0_20966211_22911.cpp:21:28: error: stray '#' in program
for(i=0;i<n;i++)
^
0_0_20966211_22911.cpp:6:21: error: invalid operands of types 'double' and 'int' to binary 'operator&'
const int maxn=1e6+10;
^
0_0_20966211_22911.cpp:6:24: error: expected unqualified-id before numeric constant
const int maxn=1e6+10;
^
0_0_20966211_22911.cpp: In function 'int main()':
0_0_20966211_22911.cpp:21:26: error: expected ')' before ';' token
for(i=0;i<n;i++)
^
0_0_20966211_22911.cpp:21:29: error: lvalue required as unary '&' operand
for(i=0;i<n;i++)
^
0_0_20966211_22911.cpp:21:32: error: expected primary-expression before ')' token
for(i=0;i<n;i++)
^
|