#include <iostream>

	int main(){
		std::cout << "But what about the";
		for(int i=0; i<19; i++)
			std::cout << " developers";
		return 0;
	}