DeepFlowest

[CodeUp]기초100제(python)_1088번 : [종합] 3의 배수는 통과? 본문

알고리즘/코드업

[CodeUp]기초100제(python)_1088번 : [종합] 3의 배수는 통과?

Orange57 2020. 4. 1. 20:06
728x90
반응형
SMALL

문제 :

1부터 입력한 정수까지 1씩 증가시켜 출력하는 프로그램을 작성하되,
3의 배수인 경우는 출력하지 않도록 만들어보자.

예를 들면,
1 2 4 5 7 8 10 11 13 14 ...
와 같이 출력하는 것이다.

답 :

코드 : https://github.com/Yearang-Lee/Algorithm/tree/master/CodeUp

 

Yearang-Lee/Algorithm

Contribute to Yearang-Lee/Algorithm development by creating an account on GitHub.

github.com

 

728x90
반응형
LIST
Comments