Run ID:117459

提交时间:2025-04-19 11:03:08

#include<bits/stdc++.h> using namespace std; int main(){ int x,y,a; cin>>x>>y>>a; cout<<(x*y)/a; return 0; }