#1848. 选择排序练习——求最大值的位置

选择排序练习——求最大值的位置

Description

输入10个数,找出这10个数中最大数的位置(10个数保证各不相同)

Input Format

10个数

Output Format

这10个数中最大数的位置(位置从1开始计数)
5 8 9 7 2 6 4 3 1 0
3

Source

三学阶