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_33786358_15463.cpp:7:17: error: unable to find numeric literal operator 'operator""B100'
 const int N=1e5%252525252525252B100;
                 ^
0_0_33786358_15463.cpp:7:17: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_33786358_15463.cpp:9:9: error: size of array 'Pow' is not an integral constant-expression
 ll Pow[N],tree[4*N];
         ^
0_0_33786358_15463.cpp: In function 'void Hash(char*)':
0_0_33786358_15463.cpp:15:20: error: expected primary-expression before '%' token
  for(int i=0;i<len;%252525252525252B%252525252525252Bi)
                    ^
0_0_33786358_15463.cpp:15:21: error: unable to find numeric literal operator 'operator""B'
  for(int i=0;i<len;%252525252525252B%252525252525252Bi)
                     ^
0_0_33786358_15463.cpp:15:21: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_33786358_15463.cpp:15:38: error: unable to find numeric literal operator 'operator""Bi'
  for(int i=0;i<len;%252525252525252B%252525252525252Bi)
                                      ^
0_0_33786358_15463.cpp:15:38: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_33786358_15463.cpp:16:13: error: unable to find numeric literal operator 'operator""B'
   sum=sum*p%252525252525252B(str[i]-'a'%252525252525252B1);
             ^
0_0_33786358_15463.cpp:16:13: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_33786358_15463.cpp:16:41: error: unable to find numeric literal operator 'operator""B1'
   sum=sum*p%252525252525252B(str[i]-'a'%252525252525252B1);
                                         ^
0_0_33786358_15463.cpp:16:41: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_33786358_15463.cpp: In function 'void push_up(int, int)':
0_0_33786358_15463.cpp:20:2: error: 'tree' was not declared in this scope
  tree[k]=tree[k*2]*Pow[w]%252525252525252Btree[k*2%252525252525252B1];
  ^
0_0_33786358_15463.cpp:20:27: error: unable to find numeric literal operator 'operator""Btree'
  tree[k]=tree[k*2]*Pow[w]%252525252525252Btree[k*2%252525252525252B1];
                           ^
0_0_33786358_15463.cpp:20:27: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_33786358_15463.cpp:20:52: error: unable to find numeric literal operator 'operator""B1'
  tree[k]=tree[k*2]*Pow[w]%252525252525252Btree[k*2%252525252525252B1];
                                                    ^
0_0_33786358_15463.cpp:20:52: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_33786358_15463.cpp: In function 'void build(int, int, int)':
0_0_33786358_15463.cpp:24:3: error: 'tree' was not declared in this scope
   tree[k]=ch[l]-'a'%252525252525252B1;
   ^
0_0_33786358_15463.cpp:24:11: error: 'ch' was not declared in this scope
   tree[k]=ch[l]-'a'%252525252525252B1;
           ^
0_0_33786358_15463.cpp:24:21: error: unable to find numeric literal operator 'operator""B1'
   tree[k]=ch[l]-'a'%252525252525252B1;
                     ^
0_0_33786358_15463.cpp:24:21: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_33786358_15463.cpp:27:13: error: unable to find numeric literal operator 'operator""Br'
  int mid=(l%252525252525252Br)/2;
             ^
0_0_33786358_15463.cpp:27:13: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_33786358_15463.cpp:29:12: error: unable to find numeric literal operator 'operator""B1'
  build(mid%252525252525252B1,r,k*2%252525252525252B1);
            ^
0_0_33786358_15463.cpp:29:12: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_33786358_15463.cpp:29:36: error: unable to find numeric literal operator 'operator""B1'
  build(mid%252525252525252B1,r,k*2%252525252525252B1);
                                    ^
0_0_33786358_15463.cpp:29:36: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_33786358_15463.cpp: In function 'll Query(int, int, int, int, int)':
0_0_33786358_15463.cpp:34:10: error: 'tree' was not declared in this scope
   return tree[k];
          ^
0_0_33786358_15463.cpp:37:13: error: unable to find numeric literal operator 'operator""Br'
  int mid=(l%252525252525252Br)/2;
             ^
0_0_33786358_15463.cpp:37:13: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_33786358_15463.cpp:38:55: error: unable to find numeric literal operator 'operator""BQuery'
  return Query(L,R,l,mid,k*2)*Pow[max(min(R,r)-mid,0)]%252525252525252BQuery(L,R,mid%252525252525252B1,r,k*2%252525252525252B1);
                                                       ^
0_0_33786358_15463.cpp:38:55: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_33786358_15463.cpp:38:85: error: unable to find numeric literal operator 'operator""B1'
  return Query(L,R,l,mid,k*2)*Pow[max(min(R,r)-mid,0)]%252525252525252BQuery(L,R,mid%252525252525252B1,r,k*2%252525252525252B1);
                                                                                     ^
0_0_33786358_15463.cpp:38:85: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_33786358_15463.cpp:38:109: error: unable to find numeric literal operator 'operator""B1'
  return Query(L,R,l,mid,k*2)*Pow[max(min(R,r)-mid,0)]%252525252525252BQuery(L,R,mid%252525252525252B1,r,k*2%252525252525252B1);
                                                                                                             ^
0_0_33786358_15463.cpp:38:109: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_33786358_15463.cpp: In function 'void update(int, int, int, int, int)':
0_0_33786358_15463.cpp:42:3: error: 'tree' was not declared in this scope
   tree[k]=v;
   ^
0_0_33786358_15463.cpp:45:13: error: unable to find numeric literal operator 'operator""Br'
  int mid=(l%252525252525252Br)/2;
             ^
0_0_33786358_15463.cpp:45:13: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_33786358_15463.cpp:49:14: error: unable to find numeric literal operator 'operator""B1'
   update(mid%252525252525252B1,r,k*2%252525252525252B1,u,v);
              ^
0_0_33786358_15463.cpp:49:14: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_33786358_15463.cpp:49:38: error: unable to find numeric literal operator 'operator""B1'
   update(mid%252525252525252B1,r,k*2%252525252525252B1,u,v);
                                      ^
0_0_33786358_15463.cpp:49:38: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_33786358_15463.cpp: In function 'int main()':
0_0_33786358_15463.cpp:56:16: error: unable to find numeric literal operator 'operator""B'
  for(i=1;i<N;i%252525252525252B%252525252525252B)
                ^
0_0_33786358_15463.cpp:56:16: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_33786358_15463.cpp:56:33: error: unable to find numeric literal operator 'operator""B'
  for(i=1;i<N;i%252525252525252B%252525252525252B)
                                 ^
0_0_33786358_15463.cpp:56:33: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes
0_0_33786358_15463.cpp:58:2: error: expected ';' at end of input
  scanf
  ^
0_0_33786358_15463.cpp:58:2: error: expected '}' at end of input


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-09-29 11:39:18, Gzip enabled