https://www.acmicpc.net/problem/30328
30328번: Java Warriors
Jerry has earned acclaim as a renowned coach in the highly competitive realm of the International Collegiate Programming Contest (ICPC). His coaching prowess is exemplified by his unique approach — meticulously training his students to excel in ICPC comp
www.acmicpc.net
1
2
3
4
5
6
7
8
|
def solution(n):
return n * 4000
if __name__ == '__main__':
n = int(input())
print(solution(n))
|
cs |
반응형
'python-algorithm' 카테고리의 다른 글
백준 30033 Rust Study (0) | 2023.11.16 |
---|---|
백준 29766 DKSH 찾기 (0) | 2023.11.16 |
백준 30664 Loteria Falha (1) | 2023.11.16 |
백준 2751 수 정렬하기 2 (0) | 2023.09.12 |
백준 28444 HI-ARC=? (0) | 2023.09.12 |
댓글