一本通1101
//qf
#include<bits/stdc++.h>
#define f(i,j,n) for(register int i=j;i<=n;i++)
using namespace std;
int a,b,c;
int x,y;
int sum=0;
signed main(){
cin>>a>>b>>c;
for(x=0;x<=c/a;x++) {
y=(c-a*x)/b;
if(a*x+b*y==c) sum++;
}
cout<<sum<<endl;
return 0;
}
不存在十全十美的文章 如同不存在彻头彻尾的绝望