《通过本题很容易》
查看原帖
《通过本题很容易》
1807370
name_used楼主2025/7/31 11:13

求助 全WA

#include<bits/stdc++.h>
using namespace std;
struct WA{
	int id,a,b;
}RE;
int main(){
	int TLE;
	cin>>TLE;
	for(int i=0;i<TLE;i++){
		cin>>RE.id>>RE.a>>RE.b;
		if(RE.a+RE.b>140&&RE.a*7+RE.b*3>=800)cout<<"Excellent";
		else cout<<"Not Excellent";
		cout<<endl;
	}
	return 0;
}

变量名……

2025/7/31 11:13
加载中...