0_0_38328589_7971.cpp:137:17: error: missing terminating " character
printf("%lld
^
0_0_38328589_7971.cpp:138:1: error: missing terminating " character
", query(1, 1, n, l, r));
^
0_0_38328589_7971.cpp: In function 'void change(long long int, long long int, long long int, long long int, long long int)':
0_0_38328589_7971.cpp:99:36: error: 'update' was not declared in this scope
update(u << 1, l, mid, s, t);
^
0_0_38328589_7971.cpp:101:44: error: 'update' was not declared in this scope
update(u << 1 | 1, mid + 1, r, s, t);
^
0_0_38328589_7971.cpp:103:36: error: 'update' was not declared in this scope
update(u << 1, l, mid, s, t);
^
0_0_38328589_7971.cpp: In function 'int main()':
0_0_38328589_7971.cpp:139:9: error: expected primary-expression before '}' token
}
^
|