摘要: A link 判断即可。。。 点击查看代码 #include<bits/stdc++.h> using namespace std; int r,g,b; string c; signed main(){ cin >> r >> g >> b >> c; if(c == "Red") cout << 阅读全文
posted @ 2024-07-19 20:39 校牌杀手 阅读(19) 评论(0) 推荐(0) 编辑