Problem | goombatower |
---|---|
User | Xiaoyang |
Submission Time | 2023-12-11 10:51:30 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goombatower.cpp: In function ‘int main()’:
goombatower.cpp:67:10: error: unable to find numeric literal operator ‘operator""ll’
67 | rep(i,1,1e6ll)update(rt,1,1e9,i,1);
| ^~~~~
goombatower.cpp:14:35: note: in definition of macro ‘rep’
14 | #define rep(i,a,b) for (ll i=a;i<(b);i++)
| ^