로딩
티스토리 데이터 처리 중입니다.

백준: 4966번 St. Ives (Python3)

 백준: 4966번 St. Ives (Python3)

St. Ives 성공다국어 시간 제한메모리 제한제출정답맞힌 사람정답 비율 1 초 128 MB 139 100 94 72.868% 풀이 입력: N 출력: 아래 man, wives, sacks, cats, kittens의 합 1 man n wives n*n sacks n*n*n cats n*n*n*n kittens --> 1 + n + (n**2) + (n**3) + (n**4) 문제 Robert the chapman (a medieval traveling merchant) made regular trips between his home village and St.

Ives to peddle his cloth, ribbons, and needles. On one such trip he encountered a.....