백준 에러 난 이유 궁금할 때
2021. 2. 10. 01:31ㆍDev. etc
leetcode 풀 때는 에러 메시지랑 test case까지 보여줘서 문제점이 뭔지 바로 알 수 있었는데 백준은 "런타임 에러" 이렇게만 알려주고 아무것도 알려주지 않는다 ㅜㅜ
그럴때,
Ideone.com
Ideone is something more than a pastebin; it's an online compiler and debugging tool which allows to compile and run code online in more than 40 programming languages.
ideone.com
여기서 해당 코드를 입력하고 언러를 선택한 뒤 돌려보면,
무엇이 문제인지 알 수 있다!
반응형