#include <iostream> int main(void) { int penis = 9001; int vagina = 0; while (penis --> vagina) std::cout << "SEPPLES\n"; return 0; }