Borderou de evaluare (job #3254772)
Utilizator | Data | 8 noiembrie 2024 19:50:44 | |
---|---|---|---|
Problema | Algoritmul lui Euclid | Status | done |
Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:2:15: error: 'intb' has not been declared
2 | int gcd(int a,intb)
| ^~~~
main.cpp: In function 'int gcd(int, int)':
main.cpp:4:12: error: 'b' was not declared in this scope
4 | return b == 0 ? a : gcd(b, a % b);
| ^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !