0_0_39562502_31185.cpp: In function 'void chg(long long int, long long int, long long int)':
0_0_39562502_31185.cpp:10:13: error: expected primary-expression before 'unsigned'
10 | #define ull unsigned long long
| ^~~~~~~~
0_0_39562502_31185.cpp:46:26: note: in expansion of macro 'ull'
46 | cnt.update(a[p], ull(f)); sum.update(a[p], ull(f) * a[p]); sqr.update(a[p], ull(f) * a[p] * a[p]);
| ^~~
0_0_39562502_31185.cpp:10:13: error: expected primary-expression before 'unsigned'
10 | #define ull unsigned long long
| ^~~~~~~~
0_0_39562502_31185.cpp:46:52: note: in expansion of macro 'ull'
46 | cnt.update(a[p], ull(f)); sum.update(a[p], ull(f) * a[p]); sqr.update(a[p], ull(f) * a[p] * a[p]);
| ^~~
0_0_39562502_31185.cpp:10:13: error: expected primary-expression before 'unsigned'
10 | #define ull unsigned long long
| ^~~~~~~~
0_0_39562502_31185.cpp:46:85: note: in expansion of macro 'ull'
46 | cnt.update(a[p], ull(f)); sum.update(a[p], ull(f) * a[p]); sqr.update(a[p], ull(f) * a[p] * a[p]);
| ^~~
|