Borderou de evaluare (job #2848091)
Utilizator | Data | 12 februarie 2022 09:50:11 | |
---|---|---|---|
Problema | Algoritmul lui Euclid extins | Status | done |
Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:14:13: error: variable or field 'euclid' declared void
14 | inline void euclid(LL a , LL b ,LL & d, LL & x ,LL & y)
| ^~~~~~
main.cpp:14:20: error: 'LL' was not declared in this scope
14 | inline void euclid(LL a , LL b ,LL & d, LL & x ,LL & y)
| ^~
main.cpp:14:27: error: 'LL' was not declared in this scope
14 | inline void euclid(LL a , LL b ,LL & d, LL & x ,LL & y)
| ^~
main.cpp:14:33: error: 'LL' was not declared in this scope
14 | inline void euclid(LL a , LL b ,LL & d, LL & x ,LL & y)
| ^~
main.cpp:14:38: error: 'd' was not declared in this scope
14 | inline void euclid(LL a , LL b ,LL & d, LL & x ,LL & y)
| ^
main.cpp:14:41: error: 'LL' was not declared in this scope
14 | inline void euclid(LL a , LL b ,LL & d, LL & x ,LL & y)
| ^~
main.cpp:14:46: error: 'x' was not declared in this scope
14 | inline void euclid(LL a , LL b ,LL & d, LL & x ,LL & y)
| ^
main.cpp:14:49: error: 'LL' was not declared in this scope
14 | inline void euclid(LL a , LL b ,LL & d, LL & x ,LL & y)
| ^~
main.cpp:14:54: error: 'y' was not declared in this scope; did you mean 'yn'?
14 | inline void euclid(LL a , LL b ,LL & d, LL & x ,LL & y)
| ^
| yn
main.cpp:29:1: error: 'LL' does not name a type
29 | LL T;
| ^~
main.cpp: In function 'int32_t main()':
main.cpp:33:10: error: 'T' was not declared in this scope
33 | fin>>T;
| ^
main.cpp:36:9: error: 'LL' was not declared in this scope
36 | LL a, b , c;
| ^~
main.cpp:37:11: error: expected ';' before 'x1'
37 | LL x1=0 , x2 =0, d;
| ^~~
| ;
main.cpp:38:14: error: 'a' was not declared in this scope
38 | fin>>a>>b>>c;
| ^
main.cpp:38:17: error: 'b' was not declared in this scope; did you mean 'pb'?
38 | fin>>a>>b>>c;
| ^
| pb
main.cpp:38:20: error: 'c' was not declared in this scope
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !