포너블은 새벽에

포너블은 새벽에

  • 분류 전체보기 (603)
    • CTF's Write-up (141)
    • Pwnable (35)
      • hackerschool (1)
    • Reversing (0)
    • Web (9)
    • Misc (2)
      • xcz.kr (2)
    • algorithm (153)
      • 기초다지기 (46)
      • dimigo.goorm.io (107)
    • etc... (34)
      • computer (1)
      • 개인공간 (8)
      • 1인1프로젝트 (2)
      • Idea Store (2)
      • Programing (2)
      • 컨퍼런스 (18)
    • WarGame (229)
      • Bandit (35)
      • webhaking.kr (39)
      • LOS (22)
      • pwnable.kr (20)
      • LOB (22)
      • Fedora Core 3&4 (5)
      • exploit-exercises.com-fusio.. (3)
      • CodeEngn (1)
      • Wargame.kr (1)
      • Rootme (48)
      • Reversing.kr (2)
      • cryptohack.org (31)
    • 스터디, 연구, 분석 (0)
  • 홈
  • FACEBOOK
  • GITHUB
  • INSTARGRAM
  • TWITTEER
  • PROFILE
RSS 피드
로그인
로그아웃 글쓰기 관리

포너블은 새벽에

컨텐츠 검색

태그

정올 Linux rootme Crypto webhacking 자가진단 Bandit 정보보호 hacking pwnable.co.kr pwnable cryptohack.org m0nd2y HackCTF m0nday 보안 정보올림피아드 DreamHack 해킹 webhacking.kr

최근글

댓글

공지사항

  • portfolio - m0nday

아카이브

algorithm(153)

  • 반복문 - 반복문 활용 예제3(배수 출력하기while)

    #include int main() {int i = 1;int a;scanf("%d", &a);while (1) {if (i*a > 100) break;printf("%d\n", a*i);i++;}return 0;}

    2018.07.08
  • 반복문 - 반복문 활용 예제2-1(짝수 출력하기for)

    #include #include int main() {int i;for (i = 2; i

    2018.07.08
  • 반복문 - 반복문 활용 예제2(짝수 출력하기while)

    #include int main() {int i = 1;while (i

    2018.07.08
  • 반복문 - 반복문 활용 예제1-1(차례로 출력하기for)

    #include #include int main() {int i;for (i = 1; i

    2018.07.08
  • 반복문 - 반복문 활용 예제1(차례로 출력하기while)

    #include int main() {int i = 1;while(i

    2018.07.08
  • 랜덤함수 - 숫자야구게임(워밍업)

    i,b,s;main(a){ for(;~scanf("%d",&a);a>3|!a?:a^i?b++:s++)i++; printf("%dStrike %dBall",s,b);}

    2018.07.08
1 ··· 10 11 12 13 14 15 16 ··· 26
티스토리
© 2018 TISTORY. All rights reserved.

티스토리툴바