Skip to content

hirosuzuki/atcoder-python-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AtCoder Python Snippets

Snippets

Prefix Method
def solve(params) Create Solve Function
def check(params) Create Solve Function (Bool)
S = input() Scan String
N = int(input()) Scan Number
N = [int(_) for _ in input().split()] Scan Numbers
N = [[int(_) for _ in input().split()] for i in range(N)] Scan Numbers from Multi Lines
import atcoder Import Modules for AtCoder

About

AtCoder Python Snippets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published