摘要: Codeforces Round 839 (Div. 3) A. A+B? 跳过太水了、、、、、 #include <bits/stdc++.h> using namespace std; int main() { int t; cin >> t; while (t--) { int a,b; sc 阅读全文
posted @ 2023-12-18 15:10 goodluckbear 阅读(21) 评论(0) 推荐(0)
摘要: Codeforces Round 834 (Div. 3) A. Yes-Yes? 题意:就是Y后面跟e,e后面跟s,s后面跟Y #include <iostream> using namespace std; void solve() { string x; cin >> x; int l = x 阅读全文
posted @ 2023-12-18 15:09 goodluckbear 阅读(20) 评论(0) 推荐(0)