Run ID:145209

提交时间:2026-01-25 09:41:30

#include <iostream> using namespace std; int main() { int n,x,y; cin>>n>>x<<y; cout<<n/(y/x); return 0; }