Skip to content

Repository files navigation

計算量Python
O(1e5) / sec余裕で間に合う
O(1e6) / sec多分間に合う
O(1e7) / secかなり厳しい
処理計算量
pop()O(1)
pop(i)O(n)
Runtime Error解決
ゼロ徐算
配列の範囲外アクセス
再帰関数の再起制限回数超えsys.setrecursionlimit(10**8)などと設定

About

my study record of atcoder, a programming contest

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages