https://www.acmicpc.net/problem/14215๋ฌธ์ ์์ ์ด๋ ๊ธธ์ด๊ฐ a, b, c์ธ ์ธ ๋ง๋๋ฅผ ๊ฐ์ง๊ณ ์๊ณ , ๊ฐ ๋ง๋์ ๊ธธ์ด๋ฅผ ๋ง์๋๋ก ์ค์ผ ์ ์๋ค.์์ ์ด๋ ์ธ ๋ง๋๋ฅผ ์ด์ฉํด์ ์๋ ์กฐ๊ฑด์ ๋ง์กฑํ๋ ์ผ๊ฐํ์ ๋ง๋ค๋ ค๊ณ ํ๋ค.a, b, c๊ฐ ์ฃผ์ด์ก์ ๋, ๋ง๋ค ์ ์๋ ๊ฐ์ฅ ํฐ ๋๋ ๋ฅผ ๊ตฌํ๋ ํ๋ก๊ทธ๋จ์ ์์ฑํ์์ค.์ ๋ ฅ์ฒซ์งธ ์ค์ a, b, c (1 ≤ a, b, c ≤ 100)๊ฐ ์ฃผ์ด์ง๋ค.์ถ๋ ฅ์ฒซ์งธ ์ค์ ๋ง๋ค ์ ์๋ ๊ฐ์ฅ ํฐ ์ผ๊ฐํ์ ๋๋ ๋ฅผ ์ถ๋ ฅํ๋ค. ํ์ด// ํ์ด : https://whkakrkr.tistory.com#include #include #include using namespace std;int main() { ios_base::sync_with_stdio(false); ..