highest phone bill


Submit solution

Points: 10 (partial)
Time limit: 1.0s
Memory limit: 64M

Authors:
Problem type

題目說明

使用者依序輸入12個月的手機帳單金額,請輸出帳單金額最高的月份

輸入資料限制:輸入數字都是正整數

輸入

12個月份的帳單金額

輸出

帳單金額最高的月份

sample input1

157 599 256 103 483 756 1547 305 52 48 366 855

sample output1

7

sample input2

654 123 88 54 367 502 89 356 777 52 94 156

sample output2

9

Comments

There are no comments at the moment.