Skip to content

cotton-n/Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm with Python

Frame

from sys import stdin


def solution(n):
    # 코드 작성
    print(n)


if __name__ == '__main__':
    solution(stdin.readline().rstrip())

About

알고리즘 학습

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published