Borderou de evaluare (job #649028)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Selecţie (clasa a 6-a) | Compilator | cpp-32 |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 3 mai 2022 17:29:28 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:10:13: error: size '4000000004' of array 'v' exceeds maximum object size '2147483647'
10 | int n,k,v[1000000001],aux;
| ^
main.cpp:13:13: error: 'v' was not declared in this scope
13 | in>>v[i];
| ^
main.cpp:17:16: error: 'v' was not declared in this scope
17 | if(v[i]>=v[j])
| ^
main.cpp:26:15: error: 'v' was not declared in this scope
26 | out <<v[i];
| ^