01 2025 档案

ABC390
摘要:再难熬的日子,也要笑对人生。 阅读全文
posted @ 2025-01-25 23:50 V_Melville 阅读(40) 评论(0) 推荐(0) 编辑
ABC389
摘要:A. 9x9 模拟 代码实现 #include <bits/stdc++.h> using namespace std; int main() { int a, b; scanf("%dx%d", &a, &b); int ans = a*b; cout << ans << '\n'; return 阅读全文
posted @ 2025-01-19 00:43 V_Melville 阅读(57) 评论(0) 推荐(0) 编辑
ABC387
摘要:A. Happy New Year 2025 模拟 代码实现 a, b = map(int, input().split()) print((a+b)**2) B. 9x9 Sum 模拟 代码实现 #include <bits/stdc++.h> #define rep1(i, n) for (in 阅读全文
posted @ 2025-01-17 11:13 V_Melville 阅读(6) 评论(0) 推荐(0) 编辑
ABC386
摘要:A. Full House 2 只需判定 {A,B,C,D} 中是否只有 2 种数 代码实现 print('Yes' if len(set(map(int, input().split()))) == 2 else 'No') B. Calculator 模拟 代码实现 # 阅读全文
posted @ 2025-01-14 21:02 V_Melville 阅读(6) 评论(0) 推荐(0) 编辑
ABC388
摘要:不要勉强,享受现在的自己能够做的事。 阅读全文
posted @ 2025-01-12 00:48 V_Melville 阅读(43) 评论(0) 推荐(1) 编辑

 
点击右上角即可分享
微信分享提示