Compile Error
/in/foo.cc:2:19: error: invalid operands of types 'double' and 'int' to binary 'operator|' const int maxn=1e4|1; ~~~^~ /in/foo.cc:23:13: error: size of array 'sum' is not an integral constant-expression int sum[maxn],n,m,t; ^ /in/foo.cc:44:14: error: size of array 'que' is not an integral constant-expression int que[maxn],end; ^