不好意思,"PY"题不小心到了c++社区
2025-05-24 20:51:38
发布于:上海
5阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main(){
int a,b,c;
cin>>a>>b>>c;
if((a+b+c)>=400){
cout<<"Cannot";
}else{
cout<<"Can";
}
return 0;
}//感谢用户༺ཌༀ我要上南开ༀད༻的题解
这里空空如也
有帮助,赞一个