문제시간공지사항
C2018년 11월 24일 16:32:39

C번 A Homogeneous Country 문제를 아래와 같이 수정합니다.

Before:
The number of entities, $n$, is not greater than 100,000.

After:
The number of entities, $m$, is not greater than 100,000.

또한,
'the relative frequency'와 'entity'의 정의가 분명히 제시되지 않았습니다. 아래 문장을 참고하여주세요.
The relative frequency $p_j$ is defined as the number of entities that belong to class $j$ divided by the number of all the entities. In the first example, the relative frequency of class 'Korean' is 9/10 = 0.9 and class 'Chinese' is 1/10 = 0.1.

문제 해석에 혼란드려 죄송합니다.

일반2018년 11월 24일 16:02:34

스코어보드가 16:00 기준으로 freeze 되었습니다.

H2018년 11월 24일 15:00:22

H번 병아리의 변신은 무죄 문제 출력 부분 디스크립션이 "1,000,000,007로 나눈 나머지를 출력한다." 에서 "100,000,007로 나눈 나머지를 출력한다."로 변경되었습니다. 죄송합니다.