Run ID:137341

提交时间:2025-11-17 16:16:10

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