Borderou de evaluare (job #2874551)

Utilizator VespaOlaru Amelia Vespa Data 19 martie 2022 16:22:47
Problema Algoritmul lui Euclid extins Status done
Runda Arhiva educationala Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp:9:6: error: variable or field 'euclid' declared void 9 | void euclid(ll a,ll b,ll &d,ll &k,ll &l) | ^~~~~~ main.cpp:9:13: error: 'll' was not declared in this scope 9 | void euclid(ll a,ll b,ll &d,ll &k,ll &l) | ^~ main.cpp:9:18: error: 'll' was not declared in this scope 9 | void euclid(ll a,ll b,ll &d,ll &k,ll &l) | ^~ main.cpp:9:23: error: 'll' was not declared in this scope 9 | void euclid(ll a,ll b,ll &d,ll &k,ll &l) | ^~ main.cpp:9:27: error: 'd' was not declared in this scope 9 | void euclid(ll a,ll b,ll &d,ll &k,ll &l) | ^ main.cpp:9:29: error: 'll' was not declared in this scope 9 | void euclid(ll a,ll b,ll &d,ll &k,ll &l) | ^~ main.cpp:9:33: error: 'k' was not declared in this scope 9 | void euclid(ll a,ll b,ll &d,ll &k,ll &l) | ^ main.cpp:9:35: error: 'll' was not declared in this scope 9 | void euclid(ll a,ll b,ll &d,ll &k,ll &l) | ^~ main.cpp:9:39: error: 'l' was not declared in this scope 9 | void euclid(ll a,ll b,ll &d,ll &k,ll &l) | ^ main.cpp: In function 'int main()': main.cpp:30:5: error: 'll' was not declared in this scope 30 | ll a,b,c,k,l,d,t; | ^~ main.cpp:31:10: error: 't' was not declared in this scope; did you mean 'tm'? 31 | fin>>t; | ^ | tm main.cpp:34:14: error: 'a' was not declared in this scope 34 | fin>>a>>b>>c; | ^ main.cpp:34:17: error: 'b' was not declared in this scope 34 | fin>>a>>b>>c; | ^ main.cpp:34:20: error: 'c' was not declared in this scope 34 | fin>>a>>b>>c; | ^ main.cpp:35:20: error: 'd' was not declared in this scope 35 | euclid(a,b,d,k,l); | ^ main.cpp:35:22: error: 'k' was not declared in this scope 35 | euclid(a,b,d,k,l); | ^ Non zero exit status: 1

Ceva nu functioneaza?