Run ID:95245

提交时间:2024-10-27 10:25:50

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