https://swexpertacademy.com/main/main.do
T = int(input())
for t in range(1,T+1):
n = int(input())//3
print("#{} {}".format(t,n))
오랜만에 파이썬이니 쉬운 문제로 시작!!
'Python > code problem' 카테고리의 다른 글
[sw expert academy] 3314. 보충학습과 평균 (0) | 2022.05.07 |
---|---|
[sw expert academy] 1213. [S/W 문제해결 기본] 3일차 - String (0) | 2022.03.19 |
[sw expert academy] 4751. 다솔이의 다이아몬드 장식 (0) | 2022.01.27 |
[sw expert acadmey] 1234. [S/W 문제해결 기본] 10일차 - 비밀번호 (0) | 2022.01.27 |
[sw expert academy] 10570. 제곱 팰린드롬 수 (0) | 2022.01.27 |