0_0_13807394_23533.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13807394_23533.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13807394_23533.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13807394_23533.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13807394_23533.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13807394_23533.cpp:6:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13807394_23533.cpp:7:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13807394_23533.cpp:8:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13807394_23533.cpp:9:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13807394_23533.cpp:10:10: error: #include expects "FILENAME" or <FILENAME>
#include
^
0_0_13807394_23533.cpp: In function 'void build(int, int, int)':
0_0_13807394_23533.cpp:26:13: error: expected ',' or ';' before numeric constant
int M=(L+R)1;
^
0_0_13807394_23533.cpp: In function 'void pushdown(int, int)':
0_0_13807394_23533.cpp:34:12: error: expected ')' before numeric constant
if(setv[o]0) //��������Ѿ�������
^
0_0_13807394_23533.cpp:37:16: error: 'l1' was not declared in this scope
sum[o*2]=(l-(l1))*setv[o]; //�������ĺ�Ϊ��������ֵ���Գ���
^
0_0_13807394_23533.cpp: In function 'void update(int, int, int, int, int, int)':
0_0_13807394_23533.cpp:53:14: error: expected ',' or ';' before numeric constant
int M=(L+R)1;
^
0_0_13807394_23533.cpp:55:4: error: expected ')' before 'update'
update(o*2,v,L,M,l,r); //�����������ݸ���
^
0_0_13807394_23533.cpp:56:6: error: 'rM' was not declared in this scope
if(rM)
^
0_0_13807394_23533.cpp: In function 'int main()':
0_0_13807394_23533.cpp:65:15: error: 'scanf' was not declared in this scope
scanf("%d",&t);
^
0_0_13807394_23533.cpp:68:29: error: 'memset' was not declared in this scope
memset(setv,0,sizeof(setv));
^
0_0_13807394_23533.cpp:78:59: error: 'printf' was not declared in this scope
printf("Case %d: The total value of the hook is ",cont++);
^
|