C++有個函式叫 string(int n, char c)
例如:string(5, '0')會回傳"00000"、string(12, 'Z') = "ZZZZZZZZZZZZ"
懂了後這題就很簡單了