Borderou de evaluare (job #736421)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Divizori Primi (clasa a 9-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 6 oct. 2023 22:18:17 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:13:5: error: size '4000000000' of array 'nrdiv' exceeds maximum object size '2147483647'
13 | int nrdiv[max_val_N];
| ^~~~~
main.cpp: In function 'int main()':
main.cpp:25:14: error: 'nrdiv' was not declared in this scope
25 | ++v[ nrdiv[i] ][0];
| ^~~~~
main.cpp:39:33: warning: statement has no effect [-Wunused-value]
39 | st = 1; dr = v[ K ][0]; mij; r = 0;
| ^~~