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

    • 分布式系统
    • algorithm
    • 算法
    • cpp
    • codeforces
    • 题解
    • STUP
    • rpc
    • 闲聊
    • System Design
    • 公开课
    • 一致性
    • leetcode
    • multi-thread
    • 多线程
    • C++
    • modern cpp
    • 数据库
    • memory-barrier
    • cas
    • interview
    • protocol
    • thread
    • multithread
    • UDP
    • tcp
    • Distributed System
    • 数据系统
    • storage
    • networking
    • phxrpc
    • ucontext
    • SPIN/Promela
    • paxos
    • 并发编程
    • induction
    • Solution
    • CSE351
    • raft
    • 3D printing
    • cmpxchg
    • 数据密集型应用系统
    • azure
    • Promela
    • SPIN
    • basic paxos
    • async
    • storage system
    • Google
    • excrt
    • Computational geometry
    • game
    • geometry
    • DIY
    • repartitioning
    • segment-tree
    • 数据编码
    • crt
    • AtCoder
    • 线段树
    • dp
    • semaphore
    • 分布式共识
    • leveldb
    • partitioning
    • Data Center
    • condition_variable
    • 分布式事务
    • math
    • non-blocking
    • 3D模型
    • BitTorrent
    • mutex
    • Queue
    • litmus
    • PL
    • MESI
    • Autopilot
    • system
    • 3D打印
    • wait-free
    • wisckey
    • 数据模型
    • 灯具设计
    • Borg
    • herd7
    • Compare-and-Swap
    • lsm-tree
    • a2b
    • bbr
    • 索引结构
    • hash
    • 死锁
    • LED
    • nosql
    • rocksdb
    • Kubernetes
    • 一致性协议
    • FIFO
    • Data Center Management
  • Links

    • Pelican

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

Back to top