컨트랙트 함수에서 return type을 mapping으로 불가한 상태
struct Ranking{
address 주소;
uint256 금액;
}
구조를 만들어서 Ranking[] 로 return 해줌