Run ID:138861

提交时间:2025-11-30 11:43:24

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