0_0_13814319_12490.cpp:13:1: error: stray '\' in program
int now;/\now是现在的金属类型
^
0_0_13814319_12490.cpp:13:1: error: stray '\312' in program
0_0_13814319_12490.cpp:13:1: error: stray '\307' in program
0_0_13814319_12490.cpp:13:1: error: stray '\317' in program
0_0_13814319_12490.cpp:13:1: error: stray '\326' in program
0_0_13814319_12490.cpp:13:1: error: stray '\324' in program
0_0_13814319_12490.cpp:13:1: error: stray '\332' in program
0_0_13814319_12490.cpp:13:1: error: stray '\265' in program
0_0_13814319_12490.cpp:13:1: error: stray '\304' in program
0_0_13814319_12490.cpp:13:1: error: stray '\275' in program
0_0_13814319_12490.cpp:13:1: error: stray '\360' in program
0_0_13814319_12490.cpp:13:1: error: stray '\312' in program
0_0_13814319_12490.cpp:13:1: error: stray '\364' in program
0_0_13814319_12490.cpp:13:1: error: stray '\300' in program
0_0_13814319_12490.cpp:13:1: error: stray '\340' in program
0_0_13814319_12490.cpp:13:1: error: stray '\320' in program
0_0_13814319_12490.cpp:13:1: error: stray '\315' in program
0_0_13814319_12490.cpp:9:2: error: redeclaration of 'int& haha::nbsp'
int right;
^
0_0_13814319_12490.cpp:7:2: note: previous declaration 'int& haha::nbsp'
int left;
^
0_0_13814319_12490.cpp:11:2: error: redeclaration of 'int& haha::nbsp'
int sum;//当前节点的总价值
^
0_0_13814319_12490.cpp:7:2: note: previous declaration 'int& haha::nbsp'
int left;
^
0_0_13814319_12490.cpp:13:2: error: redeclaration of 'int& haha::nbsp'
int now;/\now是现在的金属类型
^
0_0_13814319_12490.cpp:7:2: note: previous declaration 'int& haha::nbsp'
int left;
^
0_0_13814319_12490.cpp:13:15: error: expected unqualified-id before '/' token
int now;/\now是现在的金属类型
^
0_0_13814319_12490.cpp:15:15: error: use of deleted function 'haha::haha()'
}node[100000*4];
^
0_0_13814319_12490.cpp:3:8: note: 'haha::haha()' is implicitly deleted because the default definition would be ill-formed:
struct haha
^
0_0_13814319_12490.cpp:3:8: error: uninitialized reference member in 'struct haha'
0_0_13814319_12490.cpp:7:2: note: 'int& haha::nbsp' should be initialized
int left;
^
0_0_13814319_12490.cpp: In function 'void build(int, int, int)':
0_0_13814319_12490.cpp:20:2: error: 'nbsp' was not declared in this scope
int mid;
^
0_0_13814319_12490.cpp: In function 'void update(int, int, int, int)':
0_0_13814319_12490.cpp:51:2: error: 'nbsp' was not declared in this scope
int mid,l_len,r_len;
^
0_0_13814319_12490.cpp:92:7: error: 'else' without a previous 'if'
else if(left>mid) update(left,right,num,nd*2+1);
^
0_0_13814319_12490.cpp:94:7: error: 'else' without a previous 'if'
else if(left<=mid&&right>mid){update(left,mid,num,nd*2);update(mid+1,right,num,nd*2+1);}
^
0_0_13814319_12490.cpp:96:20: error: 'else' without a previous 'if'
else return;
^
0_0_13814319_12490.cpp: In function 'int main()':
0_0_13814319_12490.cpp:106:2: error: 'nbsp' was not declared in this scope
int k,cas,n,oper,left,right,num;
^
|