#include<iostream> #include<cstring> using namespace std; int main(){ int ss,dd,ff; cin>>ss>>dd>>ff; cout<<(ss+dd)/ff; }