109501 10950번 백준 문제 풀이 테스트 케이스라는 말을 못봐서 늦게 풀었다 제목도 A+B -3라서 A + B -3 하는 코드를 짜고 어 출력이 왜 다르지 하고 있었다... using System; namespace AB { class Program { static void Main(string[] args) { int t = int.Parse(Console.ReadLine()); for (int i = 0; i < t; i++) { string[] s = Console.ReadLine().Split(); int num1 = int.Parse(s[0]); int num2 = int.Parse(s[1]); Console.WriteLine(num1 + num2); } } } } 운영중인 카톡방입니다. https://open.kakao.com.. 2022. 4. 11. 이전 1 다음