}```cpp #include using namespace std; int main(){ int m; int t; int s; cin>>m>>t>>s; if(t==0){ cout<<"RE"; } cout<<m-s/t; return 0; }