본문 바로가기

Security || AI

검색하기
Security || AI
프로필사진 보안&인공지능

  • 분류 전체보기 (94)
    • Hacking&Security (17)
      • 리버싱[reversing] (5)
      • 포렌식[forensic] (1)
      • 시스템[System] (9)
      • 웹[Web] (0)
      • 스터디[Study] (2)
    • AI (4)
      • 강화학습 (3)
    • Programming (12)
      • Koistudy (9)
      • 백준(BOJ) (2)
    • CTF(해킹대회) (28)
      • picoCTF 2018 (28)
      • Tenable 2021 (0)
    • 워게임(wargame) (29)
      • wargame.kr (2)
      • webhacking.kr (1)
      • dreamhack (15)
      • xss-game (2)
      • Protostar (6)
      • FTZ (1)
      • LOS (2)
    • 프로젝트 (3)
      • RL_Malware (3)
Guestbook
Notice
Recent Posts
Recent Comments
Link
  • programming / Algorithm
  • Malware || Ai
  • IT속에 코코아
«   2025/05   »
일 월 화 수 목 금 토
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
  • WEB
  • #picoCTF2018
  • 시스템해킹
  • Aleph One
  • picoCTF
  • grep
  • CTF
  • dreamhack
  • 버퍼오버플로우
  • Protostar
  • 정답
  • 리눅스
  • #hacking
  • cryptography
  • KOISTUDY
  • reversing
  • general skills
  • Hxd
  • 해설
  • 스택
  • writeup
  • 시스템
  • 카이사르
  • forensics
  • Smashing The Stack For Fun And Profit
  • 해킹 공부
  • 리버싱
  • 번역
  • picoCTF2018
  • write up
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록BOJ (1)

Security || AI

[백준(BOJ)] 1110번: 더하기 사이클

#include int main() { int N, temp, cnt = 0; scanf("%d", &N); int input = N; while(1) { temp = (N >= 10)?(int)N/10:0; temp += N%10; N = (N%10)*10+temp%10; cnt++; if(input == N) break; } printf("%d", cnt); }

Programming/백준(BOJ) 2021. 2. 13. 21:38
이전 Prev 1 Next 다음

Blog is powered by kakao / Designed by Tistory

티스토리툴바