Borderou de evaluare (job #691535)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Felinare1 (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 30 ian. 2023 16:47:38 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:8:5: error: size '4000000000' of array 'v' exceeds maximum object size '2147483647'
8 | int v[1000000000];
| ^
main.cpp: In function 'int main()':
main.cpp:16:5: error: 'v' was not declared in this scope
16 | v[i]=0;
| ^
main.cpp:20:14: error: 'v' was not declared in this scope
20 | if( v[(j+k)%n]==0){
| ^