#include<bits/stdc++.h> using namespace std; int a,b,c; int main(){ cin>>a>>b>>c; cout<<a-(c%b==0?c/b:c/b+1); return 0; }
使用您的 Hydro 通用账户