cipele.cpp:1:17: error: stray '#' in program
1 | bugs(x) cerr << #x << " " << x << " "
| ^
cipele.cpp:1:5: error: expected constructor, destructor, or type conversion before '(' token
1 | bugs(x) cerr << #x << " " << x << " "
| ^
cipele.cpp:4:9: error: 'pair' does not name a type
4 | typedef pair <int, int> pii;
| ^~~~
cipele.cpp: In function 'int f(int)':
cipele.cpp:23:28: error: 'abs' was not declared in this scope
23 | maxim = max(maxim, abs(a[i + poz - 1] - b[i]));
| ^~~
cipele.cpp:23:17: error: 'max' was not declared in this scope; did you mean 'maxim'?
23 | maxim = max(maxim, abs(a[i + poz - 1] - b[i]));
| ^~~
| maxim
cipele.cpp: In function 'int ternary(int, int)':
cipele.cpp:30:16: error: 'min' was not declared in this scope
30 | return min({f(st), f(dr), f(st + 1)});
| ^~~
cipele.cpp: In function 'int main()':
cipele.cpp:45:5: error: 'ios_base' has not been declared
45 | ios_base::sync_with_stdio(false);
| ^~~~~~~~
cipele.cpp:46:5: error: 'cin' was not declared in this scope
46 | cin.tie(0);
| ^~~
cipele.cpp:47:5: error: 'cout' was not declared in this scope
47 | cout.tie(0);
| ^~~~
cipele.cpp:54:5: error: 'sort' was not declared in this scope; did you mean 'short'?
54 | sort(a + 1, a + n + 1);
| ^~~~
| short
cipele.cpp:58:13: error: 'swap' was not declared in this scope
58 | swap(a[i], b[i]);
| ^~~~
cipele.cpp:60:9: error: 'swap' was not declared in this scope
60 | swap(n, m);
| ^~~~