摘要: 很久没写过这种东西了。 A 非常有必要说!但是不知道从哪里说。所以给个代码: #include<bits/stdc++.h> using namespace std; int main() { string str;cin >> str; if(str == "red")cout << "SSS"; 阅读全文
posted @ 2025-08-16 23:12 sqrtqwq 阅读(38) 评论(1) 推荐(0)