Run ID:4939

提交时间:2024-10-07 10:42:02

#incude <iostream> int main(void){ int y,n,x; std::cin>>n>>x>>y; std::cout<<(n-y/x); return 0;}