#include <iostream> using namespace std; int main(){ int a,b; cin>>a>>b; int num=(10*a+b)/19; cout<<num; return 0; }