본문 바로가기

Game Develop

검색하기
Game Develop
프로필사진 MaxLevel

  • 분류 전체보기 (747)
    • C++ (47)
      • C++ (33)
      • winAPI (2)
      • GeeksForGeeks Quiz (6)
      • Effective C++ (6)
    • ComputerGraphics (25)
      • DirectX (11)
      • My Project (14)
    • Design Pattern (0)
    • 이런저런 이야기들 (0)
    • Algorithm (612)
      • Programmers (138)
      • Baekjoon (455)
      • Algorithm (14)
      • HackerRank (2)
      • Softeer (3)
    • UnrealEngine5 (58)
      • Client (57)
      • Dedicated Server (1)
Guestbook
Notice
Recent Posts
Recent Comments
Link
«   2026/03   »
일 월 화 수 목 금 토
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31
Tags
  • 팰린드롬 만들기
  • 줄 세우기
  • baekjoon
  • 오블완
  • NRVO
  • Effective C++
  • UE5
  • TObjectPtr
  • algorithm
  • const
  • IFileDialog
  • UnrealEngine5
  • GeeksForGeeks
  • DirectX11
  • 1563
  • 언리얼엔진5
  • 티스토리챌린지
  • softeer
  • UnrealEngine4
  • winapi
  • directx
  • RVO
  • C
  • 2294
  • C++
  • RootMotion
  • 백준
  • 프로그래머스
  • Programmers
  • Unreal Engine5
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록14916 (1)

Game Develop

[Algorithm]Baekjoon 14916 :: 거스름돈

https://www.acmicpc.net/problem/14916 14916번: 거스름돈 첫째 줄에 거스름돈 액수 n(1 ≤ n ≤ 100,000)이 주어진다. www.acmicpc.net 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 int main() { ios::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); int n; cin >> n; if (n == 1 || n == 3) { cout

Algorithm/Baekjoon 2023. 11. 15. 15:50
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바