0_0_32131818_24604.cpp:45:2: error: stray '#' in program
}#include <bits/stdc++.h>
^
0_0_32131818_24604.cpp:45:3: error: 'include' does not name a type
}#include <bits/stdc++.h>
^
0_0_32131818_24604.cpp:64:11: error: redefinition of 'const int INF'
const int INF = 0x3f3f3f3f;
^
0_0_32131818_24604.cpp:20:11: note: 'const int INF' previously defined here
const int INF = 0x3f3f3f3f;
^
0_0_32131818_24604.cpp:65:44: error: redefinition of 'std::mt19937 gen'
mt19937 gen(chrono::high_resolution_clock::now().time_since_epoch().count());
^
0_0_32131818_24604.cpp:21:9: note: 'std::mt19937 gen' previously declared here
mt19937 gen(chrono::high_resolution_clock::now().time_since_epoch().count());
^
0_0_32131818_24604.cpp: In function 'int main()':
0_0_32131818_24604.cpp:67:5: error: redefinition of 'int main()'
int main() {
^
0_0_32131818_24604.cpp:23:5: note: 'int main()' previously defined here
int main() {
^
|