Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #2900886)
| Utilizator | Data | 12 mai 2022 13:33:13 | |
|---|---|---|---|
| Problema | Suma si numarul divizorilor | Status | done |
| Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
| Scor | 70 | ||
Raport evaluator
Compilare:
main.cpp: In function 'auto primes_until(int)':
main.cpp:17:38: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare]
17 | for (size_t j = i * i; j <= limit; j += i)
| ~~^~~~~~~~
main.cpp: In function 'int main()':
main.cpp:92:14: warning: structured bindings only available with '-std=c++17' or '-std=gnu++17'
92 | auto [num_div, sum_div] = solve(primes, x);
| ^
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test | Punctaj/grupa |
|---|---|---|---|---|---|
| 1 | 8ms | 770kb | OK | 10 | 10 |
| 2 | 16ms | 1081kb | OK | 10 | 10 |
| 3 | 21ms | 970kb | OK | 10 | 10 |
| 4 | 8ms | 958kb | OK | 10 | 10 |
| 5 | 10ms | 1028kb | OK | 10 | 10 |
| 6 | 19ms | 1032kb | OK | 10 | 10 |
| 7 | 19ms | 958kb | OK | 10 | 10 |
| 8 | 104ms | 946kb | Time limit exceeded | 0 | 0 |
| 9 | 105ms | 999kb | Time limit exceeded | 0 | |
| 10 | 101ms | 1032kb | Time limit exceeded | 0 | |
| Punctaj total | 70 | ||||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
