simm4256   7년 전

문제 번역중인데, 마지막 힌트 구문이 잘 이해가 안되네요.

Note that you are not required to print an optimal solution.
For each test case your solution will be awarded
round(min(1, (author_score / your_score))2 * test_score)
points, where author_score is the result, found by the author’s solution, your_score is the result of your solution, and test_score is the maximal score for the given test case.

정답이 있으면, 문제에서 정답을 맞출 필요는 없고

정답과 가까울수록 (정확힌 거리의 합이 정답의 거리의 합과 가까울수록) 많은 점수를 얻는다는데

이게 백준 시스템에서 어떻게 적용되는건지 감이 안오네요

baekjoon   7년 전

그대로 적용됩니다.

https://www.acmicpc.net/problem/3090 이 문제 한 번 풀어보세요

댓글을 작성하려면 로그인해야 합니다.