책 페이지
-
백준(BOJ) 1019번 책 페이지알고리즘 풀이/백준(Boj) 2019. 8. 3. 23:33
문제: https://www.acmicpc.net/problem/1019 문제지민이는 N쪽인 책이 한권 있다. 첫 페이지는 1쪽이고, 마지막 페이지는 N쪽이다. 각 숫자가 모두 몇 번이 나오는지 출력하는 프로그램을 작성하시오. 풀이: // 처음 시도 시간 초과 #include #include using namespace std;int N;int check[10];int main(){ios_base::sync_with_stdio(0);cin.tie(0);memset(check, 0, sizeof(check));cin >> N;for (int i = 1; i > n;solve(1, n, 1);for (int i = 0; i < 10; ++i)cout