-
이름 Your Name김승재 Question아마 시간 사유로 인한 timeout인거 같긴 한데, KCloud에서는 몇 분 내(~2m 15s)로 결과가 나옵니다. I am guessing it is a timeout due to running out of time, but |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
안녕하세요. Hello, |
Beta Was this translation helpful? Give feedback.
안녕하세요.
확인 결과, 문제의 원인은 collision이 아니라, 저희가 준비한 테스트케이스를 HMAC 기능으로 실행하는 데 시간이 과도하게 소요되어 Gradescope의 기본 채점 시간 제한(40분)을 초과한 것으로 보입니다. 여러 테스트케이스를 직접 만들어 보시며 문제를 해결해 보실 것을 강력히 권장드립니다.
Hello,
We found that the issue was not due to a collision, but rather because running our test cases using the HMAC takes a significant amount of time. As a result, it appears to exceed Gradescope’s default grading time limit of 40 minutes.
We strongly encourage you to create and test with your own test cases to help resolve the issue.