#include <bits/stdc++.h>
#define sz(x) (int)x.size()
#define all(x) x.begin(), x.end()
#define rall(x) x.rbegin(), x.rend()
//#define int long long
using namespace std;
using ll = long long;
using ull = unsigned long long;
using ld = long double;
using pii = pair<int, int>;
using pll = pair<ll, ll>;
const int mod = 1e9 + 7;
const int LOG = 20;
const int maxn = 1e5 + 5;
const double eps = 1e-9;
int32_t main() {
int n, k, neg = 0;
cin >> n >> k;
vector<int> v(n+1);
for(int i=1; i<=n; i++) cin >> v[i], neg += (v[i] < 0);
if(neg == 0) {
ll ans = 0;
for(int &x : v) ans += x;
cout << ans << '\n';
return 0;
}
return 0;
}
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Correct |
77 ms |
4180 KB |
Output is correct |
2 |
Correct |
86 ms |
4268 KB |
Output is correct |
3 |
Correct |
82 ms |
4432 KB |
Output is correct |
4 |
Correct |
78 ms |
4272 KB |
Output is correct |
5 |
Correct |
79 ms |
4380 KB |
Output is correct |
6 |
Correct |
86 ms |
4252 KB |
Output is correct |
7 |
Correct |
80 ms |
4248 KB |
Output is correct |
8 |
Correct |
85 ms |
4268 KB |
Output is correct |
9 |
Correct |
83 ms |
4176 KB |
Output is correct |
10 |
Correct |
81 ms |
4376 KB |
Output is correct |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
46 ms |
2476 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
89 ms |
4432 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
1 ms |
348 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
1 ms |
348 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Incorrect |
1 ms |
348 KB |
Output isn't correct |
2 |
Halted |
0 ms |
0 KB |
- |
# |
Verdict |
Execution time |
Memory |
Grader output |
1 |
Correct |
77 ms |
4180 KB |
Output is correct |
2 |
Correct |
86 ms |
4268 KB |
Output is correct |
3 |
Correct |
82 ms |
4432 KB |
Output is correct |
4 |
Correct |
78 ms |
4272 KB |
Output is correct |
5 |
Correct |
79 ms |
4380 KB |
Output is correct |
6 |
Correct |
86 ms |
4252 KB |
Output is correct |
7 |
Correct |
80 ms |
4248 KB |
Output is correct |
8 |
Correct |
85 ms |
4268 KB |
Output is correct |
9 |
Correct |
83 ms |
4176 KB |
Output is correct |
10 |
Correct |
81 ms |
4376 KB |
Output is correct |
11 |
Incorrect |
46 ms |
2476 KB |
Output isn't correct |
12 |
Halted |
0 ms |
0 KB |
- |