0_0_38778189_18283.cpp: In function 'int main()':
0_0_38778189_18283.cpp:96:3: error: 'cin' was not declared in this scope
96 | cin.tie(0)->sync_with_stdio(false);
| ^~~
0_0_38778189_18283.cpp:3:1: note: 'std::cin' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
2 | #include <cstring>
+++ |+#include <iostream>
3 |
0_0_38778189_18283.cpp:119:7: error: 'cout' was not declared in this scope
119 | cout << f[rt] << '\n';
| ^~~~
0_0_38778189_18283.cpp:119:7: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
|