#include <iostream>
int main() {
	std::cout << "Działa,\n\tdziała.";
	return 0;
}