posts/1st_term/study/2021-10-04-python_sort_10989/ #158
utterances-bot
announced in
Announcements
Replies: 2 comments
-
ㅜㅜ 시간초과와 메모리초과 앞에서 좌절하지 않는게 파이썬으로 알고리즘 푸는 사람의 기본 마인드인가봐요... ㅜㅜㅜㅜㅜ import sys
input = sys.stdin.readline
n = int(input())
lst[int(input)] += 1 이런식으로 작성하면 더욱 간결합니다! 함수도 변수가 될 수 있으니까요:) |
Beta Was this translation helpful? Give feedback.
0 replies
-
메모리 초과.. 정말 화나요 ㅠㅠ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
알고리즘 스터디 정렬-10989번
A simple, whitespace, helvetica based portfolio theme.
https://gdsc-seoultech.github.io/posts/1st_term/study/2021-10-04-python_sort_10989/
Beta Was this translation helpful? Give feedback.
All reactions