程序错误评测系统
登陆
注册
意见反馈
关于
练习专区
今天的一小步就是明天的一大步
Problem 1865 一维数组(最值)--C
Accepted: 9
Total Submit: 18
Time Limit: 1000ms
Memory Limit: 30720KB
Description
输入n个整数,输出n个整数与最大值的差值序列
Input
多个案例,每个案例先输入一个整数n,接着输入n个整数
Output
输出n个整数与最大值的差值序列
Sample Input
5 12 3 45 6 9 4 -4 5 77 12
Sample Output
Case 1: 与最大值的差值序列为[33 42 0 39 36] Case 2: 与最大值的差值序列为[81 72 0 65]
Hint
提交
返回