1 2 3 4 5 6 7 8 9 10 11 12 13
#include <algorithm> #include <iostream> #include <sstream> #include <string> #include <string_view> #include <vector> using namespace std; int main() { while (cin >> TODO) ; return 0; }
Generated with cgit - Back to sebastiano.tronto.net