Maerlyn's Rainbow
  • Blog
  • Online Judge

Codeforces Round #221 (Div. 2)不完全不正确题解

A. Lever

水题,杠杆原理。

用^把字符串分割开。然后分别计算两边的重量即可。

#Result: Dec 24, 2013 6:04:41 PM    Wizmann  A - Lever   Python 2   Accepted     312 ms  4200 KB
def calc(ss …
more ...

Codeforces Round #218 (Div. 2)不完全不正确题解

A. K-Periodic Array

将Array切片,然后按位统计某一位上1的个数C(1)和2的个数C(2)。然后在这一位上的操作数就为M = min(C(1), C(2))。

简单题

B. Fox Dividing Cheese

傻逼才错 …

more ...

Codeforces Round #215 (Div. 2)不完全不正确题解

A. Sereja and Coat Rack

傻逼才错的题。不幸中枪。

没什么可说的。直接看代码就好。

B. Sereja and Suffixes

关键思想在于统计A[i…n-1]中有多少互不相 …

more ...

  • «
  • 1
  • 2
  • 3
  • »
  • Social

    • github
    • rss
  • Tags

    • cpp
    • algorithm
    • 算法
    • codeforces
    • C++
    • 分布式系统
    • 题解
    • UDP
    • cas
    • rpc
    • 数据系统
    • 数据库
    • Leetcode
    • interview
    • multithread
    • 检索增强生成
    • 闲聊
    • RAG
    • modern cpp
    • protocol
    • multi-thread
    • 一致性
    • networking
    • storage
    • 信息检索
    • STUP
    • Distributed System
    • phxrpc
    • memory-barrier
    • System Design
    • thread
    • LLM
    • tcp
    • 多线程
    • 公开课
    • SPIN/Promela
    • Promela
    • storage system
    • Google
    • 并发编程
    • induction
    • raft
    • ucontext
    • paxos
    • CSE351
    • cmpxchg
    • basic paxos
    • Solution
    • azure
    • async
    • 3D printing
    • 数据密集型应用系统
    • SPIN
    • 数据模型
    • 一致性协议
    • 字符串重写系统
    • 树形DP
    • 编译期编程
    • mutex
    • 元类
    • CppCon
    • CppCon2024
    • 3D打印
    • LED
    • 内存模型
    • 分布式事务
    • DIY
    • excrt
    • segment-tree
    • 树链剖分
    • 安全性
    • dp
    • 并发
    • 启发式合并
    • semaphore
    • 分布式共识
    • nosql
    • Post
    • 数据编码
    • litmus
    • 反射
    • 死锁
    • hash
    • partitioning
    • 线段树
    • volatile
    • 数据结构
    • A=B
    • 图灵完备性
    • 索引结构
    • repartitioning
    • Thue
    • crt
    • Herb Sutter
    • condition_variable
    • DSU on Tree
    • math
    • 编译器优化
    • 灯具设计
    • 3D模型
  • Links

    • Pelican

© 2025 Wizmann · Powered by pelican-bootstrap3, Pelican, Bootstrap

Back to top