92分!求大佬帮忙
查看原帖
92分!求大佬帮忙
1267660
wzs0826楼主2024/11/7 16:20
#include<bits/stdc++.h>
using namespace std;
int main(){
	int q,w,e,r;
	cin>>q>>w>>e;
	if(w+e<q){
		r=q/(w+e);
		cout<<r;
	}
	else{
		cout<<"0";
	}
	return 0;
}
2024/11/7 16:20
加载中...