각 테스트 케이스마다 "Case #x: "를 출력한 다음, 주사위를 두 번 던져 나온 두 수의 합을 출력한다. 테스트 케이스 번호는 1부터 시작한다.
이렇게 변역이 되어있지만 원본은 아래와 같이 되어있네요.
For each case, output the line “Case x:” where x is the case number, on a single line followed by a single space and the sum of the rolled dice values.
shinsy11 4년 전
각 테스트 케이스마다 "Case #x: "를 출력한 다음, 주사위를 두 번 던져 나온 두 수의 합을 출력한다. 테스트 케이스 번호는 1부터 시작한다.
이렇게 변역이 되어있지만 원본은 아래와 같이 되어있네요.
For each case, output the line “Case x:” where x is the case number, on a single line followed by a single space and the sum of the rolled dice values.
"Case #x:" => "Case x:"