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

i hate dev

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

i hate dev

검색하기 폼
  • 분류 전체보기 (28)
    • Today I learned (5)
      • 안드로이드 오류 일지 (3)
      • Kotlin, Jetpack (1)
      • XML, Resource (1)
    • 백준(C++) (20)
      • 문제풀이 (17)
      • STL (3)
    • Computer Vision (3)
      • OpenCV (3)
    • Robotics (0)
  • 방명록

백준 #알고리즘 풀이 #백준 1475 (1)
[백준1475/C++] 방번호

1.문제 https://www.acmicpc.net/problem/1475 1475번: 방 번호 첫째 줄에 다솜이의 방 번호 N이 주어진다. N은 1,000,000보다 작거나 같은 자연수이다. www.acmicpc.net 2. 문제 풀이 #include #include #pragma warning (disable:4996) using namespace std; int ans; int arr[10]; int main(void) { ios::sync_with_stdio(0); cin.tie(0); string s; cin >> s; for (auto e : s) arr[e - '0']++; for (int i = 0; i < 10; i++) { if (i == 6 || i == 9) continue; ans..

백준(C++)/문제풀이 2023. 7. 13. 18:00
이전 1 다음
이전 다음
공지사항
최근에 올라온 글
최근에 달린 댓글
Total
Today
Yesterday
링크
TAG
  • 백준 2493
  • 백준 4949
  • Render Problem
  • 백준 5430
  • android studio
  • 알고리즘 정리
  • 백준 2178
  • 백준1158
  • 백준 1697
  • 백준 2164
  • 백준 3986
  • 알고리즘 풀이
  • 알고리즘 #백준 3273 #C++
  • 백준 4179
  • 백준 1021
  • 문제 유형
  • constraint missing 오류
  • AAR metadata 에러
  • 알고리즘
  • C++ #알고리즘 #연결리스트
  • #include<bits/stdc++.h> # Visual studio #코딩테스트 꿀팁 #알고리즘 풀이
  • 백준 #알고리즘 풀이 #백준 1475
  • 백준 7576
  • C++ #알고리즘 #코딩테스트
  • C++
  • 백준 7569
  • 코테
  • 코딩테스트
  • ViewBinding
  • 안드로이드 스튜디오
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

티스토리툴바