Small Grey Outline Pointer Baekjoon [Python] 18108 :: 1998년생인 내가 태국에서는 2541년생?!
본문 바로가기
Dev./Algorithm Prac

Baekjoon [Python] 18108 :: 1998년생인 내가 태국에서는 2541년생?!

by sso. 2022. 6. 18.

py.

bulY = int(input())
seoY = bulY-543
print(seoY)

 

 

예전에 c언어로 풀어봤던 문제를 파이썬으로 다시 제출했다

#include <stdio.h>
int main() {

int bulY;
int seoY;

bulY= (1000 <= y <=  3000);
seoY=bulY-543

scanf("%d %d", &bulY, &seoY);


}

 

 

확실히 c언어에 비해서 파이썬 코드가 훨씬 간략하다는 걸 알 수 있었다

728x90

댓글