Borderou de evaluare (job #723698)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Nr (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 11 iun. 2023 13:57:08 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:80:7: error: cannot bind non-const lvalue reference of type 'int&' to a value of type 'long long int'
80 | a(k);
| ^
main.cpp:11:13: note: initializing argument 1 of 'void a(int&)'
11 | void a(int &k)
| ~~~~~^