#include <iostream>

using namespace std;
char x;
int main()
{
    for(int i=0;i<9;i++)
        cin>>x;
    cout << 73 << endl;
    return 0;
}