#include <iostream> #include <vector> #include <string> using namespace std; int main() { int n ; cin >> n ; if(n == 0) puts("29") ; return 0; }