1. 首页
  2. 数据库
  3. 其它
  4. AtCoder_Library:AtCoderのPythonのライブラリ 源码

AtCoder_Library:AtCoderのPythonのライブラリ 源码

上传者: 2021-04-22 16:11:35上传 ZIP文件 8.21KB 热度 22次
テンプレ import bisect , copy , heapq , math , sys from collections import * from functools import lru_cache from itertools import accumulate , combinations , permutations , product def input (): return sys . stdin . readline ()[: - 1 ] def ruiseki ( lst ): return [ 0 ] + list ( accumulate ( lst )) def celi ( a , b ): return - ( - a // b ) sys . setrecursionlimit ( 5000000 ) mod = pow ( 10
下载地址
用户评论