```bash g++ "code.cpp" -o a.out && ./a.out < input.txt && rm a.out ```