Borderou de evaluare (job #795840)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | MaxXor (clasele 10-12) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 17 nov. 2024 23:04:11 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:40:25: error: cannot convert 'long long unsigned int*' to 'int*'
40 | fout << max_xor(arr, n) << endl;
| ^~~
| |
| long long unsigned int*
main.cpp:6:17: note: initializing argument 1 of 'int max_xor(int*, int)'
6 | int max_xor(int arr[], int n)
| ~~~~^~~~~