10pts求help
查看原帖
10pts求help
1132645
yanyikun楼主2024/10/7 16:43

only10pts,求调!

#include<bits/stdc++.h>
using namespace std;
int a,b,c;
int main(){
	cin>>a>>b>>c;
	cout<<(a+b)/c;
	return 0;
}
2024/10/7 16:43
加载中...