[Baekjoon] #14928 (큰 수 (BIG))

REi·2024년 6월 24일

Baekjoon 브론즈 V

목록 보기
34/72

> 문제


> 핵심 내용

  • int()
  • input()
  • print()
  • 나머지 연산자 %

> 결과

> 결과 코드

# 백준 #14928 (큰 수 (BIG))

# N 입력 
N = int(input())

print(N % 20000303)
- int()
- input()
- print()
- 연산자 % 

0개의 댓글