Fess  •  7个月前


include<bits/stdc++.h>

using namespace std; int main() {

int a,b,c;
cin>>a>>b>>c;
cout<<c+b*c/a;
return 0;

}


评论: