#include <cstdio> #include <cstring> using namespace std; int main() { char s[10]; scanf("%s",&s); printf("73"); }