0_0_37723458_19645.cpp:62:2: error: stray '#' in program
}#include <bits/stdc++.h>
^
0_0_37723458_19645.cpp:62:3: error: 'include' does not name a type
}#include <bits/stdc++.h>
^
0_0_37723458_19645.cpp: In function 'void err(std::istream_iterator<std::basic_string<char> >)':
0_0_37723458_19645.cpp:77:6: error: redefinition of 'void err(std::istream_iterator<std::basic_string<char> >)'
void err(istream_iterator<string> it) {}
^
0_0_37723458_19645.cpp:16:6: note: 'void err(std::istream_iterator<std::basic_string<char> >)' previously defined here
void err(istream_iterator<string> it) {}
^
0_0_37723458_19645.cpp: At global scope:
0_0_37723458_19645.cpp:79:6: error: redefinition of 'template<class T, class ... Args> void err(std::istream_iterator<std::basic_string<char> >, T, Args ...)'
void err(istream_iterator<string> it, T a, Args... args)
^
0_0_37723458_19645.cpp:18:6: note: 'template<class T, class ... Args> void err(std::istream_iterator<std::basic_string<char> >, T, Args ...)' previously declared here
void err(istream_iterator<string> it, T a, Args... args)
^
0_0_37723458_19645.cpp:84:36: error: redefinition of 'std::mt19937 mt32'
mt19937 mt32(chrono::steady_clock::now().time_since_epoch().count());
^
0_0_37723458_19645.cpp:23:9: note: 'std::mt19937 mt32' previously declared here
mt19937 mt32(chrono::steady_clock::now().time_since_epoch().count());
^
0_0_37723458_19645.cpp:85:39: error: redefinition of 'std::mt19937_64 mt64'
mt19937_64 mt64(chrono::steady_clock::now().time_since_epoch().count());
^
0_0_37723458_19645.cpp:24:12: note: 'std::mt19937_64 mt64' previously declared here
mt19937_64 mt64(chrono::steady_clock::now().time_since_epoch().count());
^
0_0_37723458_19645.cpp: In function 'void solve()':
0_0_37723458_19645.cpp:87:6: error: redefinition of 'void solve()'
void solve() {
^
0_0_37723458_19645.cpp:26:6: note: 'void solve()' previously defined here
void solve() {
^
0_0_37723458_19645.cpp: In function 'int main()':
0_0_37723458_19645.cpp:115:5: error: redefinition of 'int main()'
int main()
^
0_0_37723458_19645.cpp:54:5: note: 'int main()' previously defined here
int main()
^
|