We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PL에서 작성하는 코드에는 2가지 유형이 있습니다.
자료구조
프로그램
이 중 1번의 경우, testcase를 손으로 만드는 것은 효율이 떨어집니다.
어떠한 함수 f : random_int -> input_data_struct가 있어서, 랜덤 입력에 대한 f의 출력을 정답 바이너리와 학생 바이너리에 각각 넣고 결과를 비교하도록 체커를 작성하면 좋을 것 같네요.
정답 바이너리
학생 바이너리
The text was updated successfully, but these errors were encountered:
ocaml 이 너무 어려워요... ㅜㅜ 이번에 추가된 2019-hw1-ex7 의 경우 https://gist.github.com/Leeingnyo/443097fec08f828fbc70911cd5f1cf22 의 코드로 gen 했습니다 (복붙)
Sorry, something went wrong.
No branches or pull requests
PL에서 작성하는 코드에는 2가지 유형이 있습니다.
자료구조
를 입력으로 받는 유형프로그램
을 입력으로 받는 유형이 중 1번의 경우, testcase를 손으로 만드는 것은 효율이 떨어집니다.
어떠한 함수 f : random_int -> input_data_struct가 있어서, 랜덤 입력에 대한 f의 출력을
정답 바이너리
와학생 바이너리
에 각각 넣고 결과를 비교하도록 체커를 작성하면 좋을 것 같네요.The text was updated successfully, but these errors were encountered: