Pagini recente » Borderou de evaluare (job #2605505) | Borderou de evaluare (job #3240446) | Borderou de evaluare (job #1203244) | Borderou de evaluare (job #3151735) | Borderou de evaluare (job #2887892)
Borderou de evaluare (job #2887892)
Raport evaluator
Compilare:
main.cpp: In member function 'void prefix_sum::build(std::vector<int>)':
main.cpp:21:667: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
21 | int ceildiv(int one, int two) {if (one % two == 0) {return one / two;}else {return one / two + 1;}} int power(int n, int pow, int m) {if (pow == 0) return 1;if (pow % 2 == 0) {ll x = power(n, pow / 2, m);return (x * x) % m;}else return (power(n, pow - 1, m) * n) % m;} int gcd(int a, int b) { if (!b)return a; return gcd(b, a % b);} int factorial(int n, int mod) {if (n > 1)return (n * factorial(n - 1, mod)) % mod; else return 1;} int lcm(int a, int b) {return (a * b) / gcd(a, b);} vector<int> read(int n) {vector<int> a; for (int i = 0; i < n; i++) { int x; cin >> x; a.pb(x);} return a;}struct prefix_sum{vint pref;void build(vint a){pref.pb(0);for(int i = 0; i < a.size(); i++){pref.pb(pref.back()+a[i]);}}int get(int l, int r){return pref[r]-pref[l-1];}};//mesanu
| ~~^~~~~~~~~~
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 3ms | 4763kb | Incorect | 0 |
2 | 3ms | 2670kb | Incorect | 0 |
3 | 14ms | 7110kb | Incorect | 0 |
4 | 13ms | 5083kb | Incorect | 0 |
5 | 114ms | 9908kb | Incorect | 0 |
6 | 234ms | 10309kb | Incorect | 0 |
7 | 82ms | 10825kb | Incorect | 0 |
8 | 124ms | 11128kb | Incorect | 0 |
9 | 140ms | 11116kb | Incorect | 0 |
10 | 135ms | 11022kb | Incorect | 0 |
Punctaj total | 0 |