백준/C++
2024. 6. 8.
[Baekjoon/C++] 31654번 - Adding Trouble
[백준] Baekjoon Online Judge 문제Your friend Bob is really bad at adding numbers, and he’d like some help to make sure he’s doing it correctly! Can you help Bob make sure he is adding correctly? Given 3 integers 𝐴, 𝐵, 𝐶, make sure that 𝐴+𝐵=𝐶, and that Bob indeed added 𝐴 and 𝐵 correctly. 입력The input consists of a single line with 3 integers 𝐴,𝐵,𝐶 where −10^9 ≤ 𝐴,𝐵,𝐶 ≤ 10^9 출력Output eith..