F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_26374073_23368.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_26374073_23368.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_26374073_23368.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_26374073_23368.cpp:4:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_26374073_23368.cpp:5:10: error: #include expects "FILENAME" or <FILENAME>
 #include 
          ^
0_0_26374073_23368.cpp:9:9: error: '__int64' does not name a type
 typedef __int64 ll;
         ^
0_0_26374073_23368.cpp:12:1: error: 'll' does not name a type
 ll sum[50010<<2];
 ^
0_0_26374073_23368.cpp:21:1: error: 'll' does not name a type
 ll ans[200010];
 ^
0_0_26374073_23368.cpp: In function 'void pushup(int)':
0_0_26374073_23368.cpp:25:5: error: 'sum' was not declared in this scope
     sum[o]=sum[o<<1]+sum[o<<1|1];
     ^
0_0_26374073_23368.cpp: In function 'void build()':
0_0_26374073_23368.cpp:29:12: error: 'sum' was not declared in this scope
     memset(sum,0,sizeof(sum));
            ^
0_0_26374073_23368.cpp:29:29: error: 'memset' was not declared in this scope
     memset(sum,0,sizeof(sum));
                             ^
0_0_26374073_23368.cpp: In function 'void update(int, int, int, int, int)':
0_0_26374073_23368.cpp:36:9: error: 'sum' was not declared in this scope
         sum[o]+=x;
         ^
0_0_26374073_23368.cpp: At global scope:
0_0_26374073_23368.cpp:45:1: error: 'll' does not name a type
 ll query(int l,int r,int o,int L,int R)
 ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-15 13:23:04, Gzip enabled