Borderou de evaluare (job #762228)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Elementul Majoritar (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 13 feb. 2024 14:11:08 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:6:5: error: size '4000000004' of array 'f' exceeds maximum object size '2147483647'
6 | int f[1000000001];
| ^
main.cpp: In function 'int main()':
main.cpp:15:9: error: 'f' was not declared in this scope
15 | f[x]++;
| ^
main.cpp:21:12: error: 'f' was not declared in this scope
21 | if(f[i]>n/2+1)
| ^