Problem segmenttree
User Jinxuan
Submission Time 2025-01-10 15:21:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

segmenttree.cpp:19:16: error: stray ‘\357’ in program
19 | void upd(int X,int V) {
| ^
segmenttree.cpp:19:17: error: stray ‘\274’ in program
19 | void upd(int X,int V) {
| ^
segmenttree.cpp:19:18: error: stray ‘\214’ in program
19 | void upd(int X,int V) {
| ^
segmenttree.cpp:4:57: error: stray ‘\357’ in program
4 | #define fastt ios_base::sync_with_stdio(false);cin.tie(0);cout.tie(0);
| ^
segmenttree.cpp:39:2: note: in expansion of macro ‘fastt’
39 | fastt
| ^~~~~
segmenttree.cpp:4:58: error: stray ‘\274’ in program
4 | #define fastt ios_base::sync_with_stdio(false);cin.tie(0);cout.tie(0);
| ^
segmenttree.cpp:39:2: note: in expansion of macro ‘fastt’
39 | fastt
| ^~~~~
segmenttree.cpp:4:59: err