본문 바로가기

개발일지/TIL

TIL 23-06-19 알고리즘 반례 찾기

1. 알고리즘 반례 찾기 

 문제점

백준을 풀면서 반례 찾기를 할 때 입력이 너무 오래걸리는 문제가 있음

 시도해 본 것들

https://ideone.com/

 

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

다른 질문글을 보면서 반례를 찾는 과정에서 북마크로 저장해놓고 사용해 본적 없던 ideone사이트 이용하기 

 해결 방법

https://www.acmicpc.net/board/view/119930#post

 알게 된 점

내 로컬에서 실행할 준비가 안됐어도 다른 언어를 확인할 수 있다. 

vscode에서 코드를 작성하더라도 반례를 찾는 것은 이곳이 더 좋을 것 같다.