Borderou de evaluare (job #677656)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cicada | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 24 nov. 2022 15:56:32 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:16:83: error: too few arguments to function 'int cmmdc(int, int)'
16 | sum+=cmmdc(x);
| ~~~~~^~~
main.cpp:8:5: note: declared here
8 | int cmmdc(int a, int b) { if(!b) return a;
| ^~~~~