上一页 1 2 3 4 5 6 7 8 ··· 30 下一页
摘要: 阅读全文
posted @ 2021-05-25 21:39 洛绫璃 阅读(63) 评论(0) 推荐(1) 编辑
摘要: ljs yyds 阅读全文
posted @ 2021-05-23 19:02 洛绫璃 阅读(1390) 评论(2) 推荐(0) 编辑
摘要: Codeforces Round #721 (Div. 2) A - And Then There Were K 打表找规律 int main() { IOS; VI a(1); while (a.back() < 1e9) { ll cur = a.back() * 2 + 1; if (cur 阅读全文
posted @ 2021-05-21 08:58 洛绫璃 阅读(78) 评论(0) 推荐(0) 编辑
摘要: AtCoder Regular Contest 118 A - Tax Included Price int main() { IOS; ll k, c; cin >> n >> k; c = (100 * k - 1) / n + 1; cout << (n + 100) * c / 100 - 阅读全文
posted @ 2021-05-10 13:37 洛绫璃 阅读(183) 评论(2) 推荐(0) 编辑
摘要: 牛客练习赛82 A - Mocha 的字符串 int a[N], c, ans = 2e9; char s[N], t[] = "mocha"; bool check(int x) { rep (i, 0, 4) if (s[i + x] ^ t[i]) return 0; return 1; } 阅读全文
posted @ 2021-05-10 13:27 洛绫璃 阅读(46) 评论(0) 推荐(0) 编辑
摘要: KYOCERA Programming Contest 2021(AtCoder Beginner Contest 200) A - Century int main() { IOS; cin >> n; n = n / 100 + (n % 100 != 0); cout << n; return 阅读全文
posted @ 2021-05-09 15:53 洛绫璃 阅读(239) 评论(1) 推荐(3) 编辑
摘要: 阅读全文
posted @ 2021-05-08 16:53 洛绫璃 阅读(95) 评论(0) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2021-05-07 10:13 洛绫璃 阅读(54) 评论(0) 推荐(1) 编辑
摘要: 阅读全文
posted @ 2021-05-03 13:52 洛绫璃 阅读(86) 评论(1) 推荐(2) 编辑
摘要: 阅读全文
posted @ 2021-04-30 13:34 洛绫璃 阅读(95) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 30 下一页