본문 바로가기 메뉴 바로가기

all about coding

프로필사진
  • 글쓰기
  • 관리
  • 태그
  • 방명록
  • RSS

all about coding

검색하기 폼
  • 전체 (25)
    • 코딩 (11)
      • 알고리즘 (4)
      • 자료구조 (4)
      • 대회 (2)
      • 유용하게 쓰이는 것들 (1)
    • 코딩++ (2)
      • 코딩++ 수학 (1)
      • 코딩++ 과학 (0)
      • 코딩++ 암호 (1)
      • 코딩++ 책 (0)
    • 백준 문제 풀이 (4)
    • 블로그 관련 (7)
      • 초대장 배포 (1)
      • 블로그 운영 (1)
      • 이 블로그 (4)
  • 방명록

전체 (25)
[자료구조] C++ 큐(Queue)

보호되어 있는 글입니다.

보호글 2022. 5. 24. 21:13
[백준 문제 풀이] 17174번 전체 계산 횟수 풀이

1 2 3 4 5 6 7 8 9 10 11 12 #include int main() { int n, m; scanf("%d %d", &n, &m); int ans = n, tmp = n; while (tmp >=m) { ans += tmp / m; tmp /= m; } printf("%d", ans); return 0; } Colored by Color Scripter cs

백준 문제 풀이 2019. 5. 8. 18:37
[백준 문제 풀이] 1037 약수 풀이

1 2 3 4 5 6 7 8 9 10 11 12 #include #include using namespace std; int main() { int n; int a[51]; scanf("%d", &n); for (int i = 0; i

카테고리 없음 2019. 4. 26. 00:34
이전 1 2 3 4 ··· 9 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • 스택
  • c++
  • 자료구조
  • 티스토리
  • 티스토리 초대장
  • 초대장
more
«   2025/07   »
일 월 화 수 목 금 토
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
글 보관함

Blog is powered by Tistory / Designed by Tistory

티스토리툴바