Borderou de evaluare (job #696152)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Numere10 (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 16 feb. 2023 17:08:15 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:39:14: error: too few arguments to function 'void eficienta(int, int, int, bool&)'
39 | eficienta(n,k,p);
| ~~~~~~~~~^~~~~~~
main.cpp:25:6: note: declared here
25 | void eficienta(int a,int b,int c,bool &ok)
| ^~~~~~~~~