Run ID:145210

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

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