[백준] 10430 - 나머지 #include using namespace std; int main() { int a, b, c; cin >> a >> b >> c; cout 알고리즘/백준 알고리즘 2023.01.01