0_0_31837912_6196.cpp:41:2: error: stray '#' in program
}#include <bits/stdc++.h>
^
0_0_31837912_6196.cpp:41:3: error: 'include' does not name a type
}#include <bits/stdc++.h>
^
0_0_31837912_6196.cpp:54:11: error: redefinition of 'const int INF'
const int INF = 0x3f3f3f3f;
^
0_0_31837912_6196.cpp:14:11: note: 'const int INF' previously defined here
const int INF = 0x3f3f3f3f;
^
0_0_31837912_6196.cpp: In function 'int main()':
0_0_31837912_6196.cpp:58:5: error: redefinition of 'int main()'
int main() {
^
0_0_31837912_6196.cpp:18:5: note: 'int main()' previously defined here
int main() {
^
|