bupjae   7년 전

부분 점수 문제이기 때문에 점수 계산이 어떻게 되는지 또한 명시되어야 한다고 생각합니다.


원문:

Each test case is worth 10 points. If the watering configuration is not valid, you will get zero points for that test case. If the configuration is valid, the solution will be graded as follows:

  • If the number of holes in fences is not greater than R*C, your score is 10 points.
  • Otherwise, your score is 5 points


BOJ 시스템에 맞춘 번역문:

올바른 배치인 경우, 점수는 다음과 같이 주어진다:

  • 구멍(hole)의 개수가 R*C 개 보다 많지 않은 경우 100점
  • 그렇지 않은 경우 50점


만약 지정된 형식에 맞춰서 넣어야 한다면 "힌트" 부분에 넣는게 적당해 보입니다.


ps) 동일한 문제들:

  1. https://www.acmicpc.net/problem/9285
  2. https://www.acmicpc.net/problem/6110
  3. https://www.acmicpc.net/problem/6111
  4. https://www.acmicpc.net/problem/6145
  5. https://www.acmicpc.net/problem/6065
  6. https://www.acmicpc.net/problem/11730
  7. https://www.acmicpc.net/problem/11731
  8. https://www.acmicpc.net/problem/11732
  9. https://www.acmicpc.net/problem/11733
  10. https://www.acmicpc.net/problem/11734


baekjoon   7년 전

추가했습니다.

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