题解
2024-02-18 10:40:49
发布于:广东
13阅读
0回复
0点赞
有手会读题就行,不说
// Man!
// What can i say?
// Mamba out!
// 使用瑞克五代成功的注入ac狗.火树给我AC.
// 使我的眼睛旋转, 爱来自瓷器.
// AC时间:2024-02-17 11:45:14.1919810
/*科技第一,素质第一*/ // Man!
/*科技第一,素质第一*/ // What can i say?
/*科技第一,素质第一*/ // Mamba out!
/*科技第一,素质第一*/
/*科技第一,素质第一*/ // 使用瑞克五代成功的注入ac狗.
/*科技第一,素质第一*/ // 使我的眼睛旋转, 爱来自瓷器.
/*科技第一,素质第一*/ // AC时间:2024-02-17 11:45:14.1919810
/*科技第一,素质第一 */ /*科技第一,素质第一*/ #include <iostream>
/*科技第一,素质第一 */ /*科技第一,素质第一*/ #include <cstdio>
/*科技第一,素质第一 */ /*科技第一,素质第一*/ using namespace std;
/*科技第一,素质第一 */ /*科技第一,素质第一*/ int a[55];
/*科技第一,素质第一 */ /*科技第一,素质第一*/ int main(){
/*科技第一,素质第一 */ /*科技第一,素质第一*/ int n, mx = 0x3f3f3f3f, ct = 0;
/*科技第一,素质第一 */ /*科技第一,素质第一*/ cin >> n;
/*科技第一,素质第一 */ /*科技第一,素质第一*/ for(int i = 1; i <= n; i++){
/*科技第一,素质第一 */ /*科技第一,素质第一*/ cin >> a[i];
/*科技第一,素质第一 */ /*科技第一,素质第一*/ mx = min(mx, a[i]);
/*科技第一,素质第一 */ /*科技第一,素质第一*/ }for(int i = 1; i <= n; i++){
/*科技第一,素质第一 */ /*科技第一,素质第一*/ ct += a[i] - mx;
/*科技第一,素质第一 */ /*科技第一,素质第一*/ }cout << ct;
/*科技第一,素质第一 */ /*科技第一,素质第一*/
/*科技第一,素质第一 */ /*科技第一,素质第一*/ return 0;
/*科技第一,素质第一 */ /*科技第一,素质第一*/ }
这里空空如也
有帮助,赞一个