#include using namespace std; char s[20]; int main() { cin.get(s, 15); cout<<"73"; }