Run ID:89545
提交时间:2024-08-25 14:36:31
#include<iostream> using namespace std; int main(){ int a,s,d; cin>>a>>s>>d; cout<<a-(d/s);