提交时间:2021-12-18 14:44:29

运行 ID: 21308

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