摘要: 蓝桥 周赛27 20250402 https://www.lanqiao.cn/oj-contest/senior-27/ A: 题目大意:计算 \(\sum_{i=1}^{16}i\) void solve(){ cout<<(1+16)*16/2; } 签到 B: 题目大意:给定字符串 \(s\ 阅读全文
posted @ 2025-04-06 22:09 才瓯 阅读(8) 评论(0) 推荐(0)
摘要: 牛客 周赛87 20250401 https://ac.nowcoder.com/acm/contest/105623 A: 题目大意:给定 \(a,b,c\) 判断是否 \(b<a,b<c\) 成立 #include<bits/stdc++.h> #define cintie ios::sync_ 阅读全文
posted @ 2025-04-06 22:09 才瓯 阅读(20) 评论(0) 推荐(0)
摘要: 牛客 周赛86 20250328 https://ac.nowcoder.com/acm/contest/104637 A: 题目大意:给定 \(x\) 判断需要多少个 \(y\) 才能凑够 #include<bits/stdc++.h> #define cintie ios::sync_with_ 阅读全文
posted @ 2025-04-06 22:09 才瓯 阅读(18) 评论(0) 推荐(0)