0_0_30274438_32279.cpp: In function 'int main()':
0_0_30274438_32279.cpp:93:11: error: invalid initialization of reference of type 'll& {aka long long int&}' from expression of type 'int'
scan(t);
^
0_0_30274438_32279.cpp:17:13: note: in passing argument 1 of 'void scan(ll&)'
inline void scan(ll &x) {
^
0_0_30274438_32279.cpp:97:15: error: invalid initialization of reference of type 'll& {aka long long int&}' from expression of type 'int'
scan(n)
^
0_0_30274438_32279.cpp:17:13: note: in passing argument 1 of 'void scan(ll&)'
inline void scan(ll &x) {
^
0_0_30274438_32279.cpp:98:21: error: 'i' was not declared in this scope
for(int i=1;i<=n;i++) scan(a[i]);
^
0_0_30274438_32279.cpp:102:19: error: invalid initialization of reference of type 'll& {aka long long int&}' from expression of type 'int'
scan(x);
^
0_0_30274438_32279.cpp:17:13: note: in passing argument 1 of 'void scan(ll&)'
inline void scan(ll &x) {
^
0_0_30274438_32279.cpp:113:19: error: invalid initialization of reference of type 'll& {aka long long int&}' from expression of type 'int'
scan(u);
^
0_0_30274438_32279.cpp:17:13: note: in passing argument 1 of 'void scan(ll&)'
inline void scan(ll &x) {
^
0_0_30274438_32279.cpp:114:7: error: invalid initialization of reference of type 'll& {aka long long int&}' from expression of type 'int'
scan(v);
^
0_0_30274438_32279.cpp:17:13: note: in passing argument 1 of 'void scan(ll&)'
inline void scan(ll &x) {
^
|