Run ID:95248
提交时间:2024-10-27 10:27:26
#include<iostream> using namespace std; int main(){ int n,x; float y; cin>>n>>x>>y; cout<<n-y/x; return 0; }