[C++] Beakjoon 단계별로 풀어보기/1. 입출력과 사칙연산
백준 문제 10430번 나머지
문제 출처 : https://www.acmicpc.net/problem/10430 10430번: 나머지 첫째 줄에 A, B, C가 순서대로 주어진다. (2 ≤ A, B, C ≤ 10000) www.acmicpc.net 다음과 같이 구현하였습니다. #include #include #define range(x) (2 a; }while(!range(a)) ; do{ cin >> b; }while(!range(b)) ; do{ cin >> c; }while(!range(c)) ; vector th(4); th[0] = (a+b)%c; th[1] = ((a%c) + (b%c))%c; th[2] = (a*b)%c; th[3] = ((a%c) * (b%c))%c; for(int i = 0 ; i < th.size()..