用户输出
3
系统信息
Exited with return code 0
编号 | 题目 | 状态 | 分数 | 总时间 | 内存 | 代码 / 答案文件 | 提交者 | 提交时间 |
---|---|---|---|---|---|---|---|---|
#105837 | #1448. 重题 | Accepted | 100 | 48 ms | 716 K | C++ / 290 B | tuya_ | 2024-07-02 18:07:10 |
#include <bits/stdc++.h>
using namespace std;
int n, a[100010], ans;
int main() {
scanf("%d", &n);
for (int i = 1; i <= n; ++i) {
scanf("%d", &a[i]);
}
for (int i = 1; i <= n; ++i) {
ans += max(a[i] - a[i - 1], 0);
}
printf("%d", ans);
return 0;
}
用户输出
117
系统信息
Exited with return code 0
用户输出
381
系统信息
Exited with return code 0
50
12 74 78 33 23 58 83 76 59 77 85 25 18 98 16 100 79 88 36 53 72 95 93 39 78 5 15 56 26 62 65 57 6
<52 bytes omitted>
用户输出
755
系统信息
Exited with return code 0
250
10 907 960 459 737 614 650 664 12 662 983 803 56 704 255 356 966 746 486 719 496 37 891 976 242
<868 bytes omitted>
用户输出
44356
系统信息
Exited with return code 0
1000
198 276 974 388 435 817 424 649 959 180 70 662 283 526 58 973 773 770 981 578 416 566 28 645 23
<3789 bytes omitted>
用户输出
163692
系统信息
Exited with return code 0
10000
756 214 223 686 31 864 369 733 235 623 150 944 691 961 63 753 621 913 534 787 771 344 669 505
<38848 bytes omitted>
用户输出
1667465
系统信息
Exited with return code 0
50000
8376 7573 9441 5255 8061 7257 9681 5433 3130 2350 5791 4395 6264 5621 9138 5434 7483 611 2845
<244374 bytes omitted>
用户输出
83301706
系统信息
Exited with return code 0