개발일지

  • 홈
  • 태그
  • 방명록

1110 1

[백준] 1110 더하기 사이클 C++

문제 설명 입출력 예제 풀이 #include using namespace std; int main() { ios_base::sync_with_stdio(false); cin.tie(NULL); // 입출력 시간 절약 int num; cin >> num; int Result = num; int count = 0; while (true) { int tens = num / 10; int units = num % 10; num = 10 * units + (tens + units) % 10; count++; if (num == Result) break; } cout

Algorithm/백준 2023.01.09
이전
1
다음
더보기
프로필사진

게임 및 개발에 대한 일지

  • 분류 전체보기 (275)
    • CS (100)
      • 자료구조 (20)
      • 알고리즘 (14)
      • 컴퓨터구조 (12)
      • 컴퓨터비전 (1)
      • 데이터베이스 (4)
      • 딥러닝 (6)
      • 마이크로프로세서 (17)
      • 디지털영상처리 (21)
      • 임베디드 (3)
      • 통신 (2)
    • Language (40)
      • C++ (24)
      • Python (8)
      • C (3)
      • C# (5)
    • Game (21)
      • LostArk (4)
      • Unity (17)
    • Algorithm (100)
      • 백준 (75)
      • 프로그래머스 (25)
    • Version (4)
      • Git (4)
    • Program (7)
      • TeamCreator (1)
      • Dictionary (3)
      • Arduino (1)
      • Raspberry Pi (1)
    • Develope (2)

Tag

마이크로프로세서, 문자열, Algorithm, 백준, unity, DIP, 마이크로컴퓨터, 그리디, 정렬, 알고리즘, C++, 자료구조, Cpp, stack, DIGITAL IMAGE PROCESSING, String, 유니티, 디지털 영상 처리, 프로그래머스, Python,

최근글과 인기글

  • 최근글
  • 인기글

최근댓글

공지사항

페이스북 트위터 플러그인

  • Facebook
  • Twitter

Archives

방문자수Total

  • Today :
  • Yesterday :

Copyright © Kakao Corp. All rights reserved.

티스토리툴바