#include<bits/stdc++.h> using namespace std; string name, tmp, s; int main() { cin >> tmp ; s = "g++ " + tmp + ".cpp -Wall -O2 -std=c++11 -fsanitize=address -ftrapv -o " + tmp ; system(s.c_str()); return 0; }
#include<bits/stdc++.h> using namespace std; string name, tmp, s; int main() { cin >> tmp ; s = "g++ " + tmp + ".cpp -Wall -O2 -std=c++11 -fsanitize=address -ftrapv -o " + tmp ; system(s.c_str()); return 0; }