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_37159518_4499.cpp:4:1: error: expected ',' or ';' before 'const'
 const long long mod = 998244353;
 ^
0_0_37159518_4499.cpp: In function 'void pushup(int)':
0_0_37159518_4499.cpp:17:50: error: 'mod' was not declared in this scope
  tr[u].val = (tr[u<<1].val  + tr[u<<1|1].val ) % mod;
                                                  ^
0_0_37159518_4499.cpp: In function 'void pushdown(long long int, int)':
0_0_37159518_4499.cpp:21:30: error: 'mod' was not declared in this scope
  tr[u].tag = tr[u].tag * x % mod;
                              ^
0_0_37159518_4499.cpp: In function 'void build(int, int, int)':
0_0_37159518_4499.cpp:34:22: error: 'mod' was not declared in this scope
   tr[u].val = a[l] % mod;
                      ^
0_0_37159518_4499.cpp: In function 'long long int query(int, int, int)':
0_0_37159518_4499.cpp:45:22: error: 'mod' was not declared in this scope
   return tr[u].val % mod;
                      ^
0_0_37159518_4499.cpp:50:46: error: 'mod' was not declared in this scope
  if(l <= mid)res = (res + query(u<<1,l,r)) % mod;
                                              ^
0_0_37159518_4499.cpp:51:47: error: 'mod' was not declared in this scope
  if(r > mid)res = (res + query(u<<1|1,l,r)) % mod;
                                               ^
0_0_37159518_4499.cpp:52:15: error: 'mod' was not declared in this scope
  return res % mod;
               ^
0_0_37159518_4499.cpp: In function 'void modify(int, int, int)':
0_0_37159518_4499.cpp:57:32: error: 'mod' was not declared in this scope
    tr[u].val = tr[u].val * 2 % mod;
                                ^
0_0_37159518_4499.cpp:65:16: error: 'mod' was not declared in this scope
   tr[u].val %= mod;
                ^


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-06-26 17:13:51, Gzip enabled