Borderou de evaluare (job #765878)

Utilizator avatar codrin_08 Rau Codrin codrin_08 IP ascuns
Problemă Expresie (clasa a 9-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 2 mar. 2024 12:01:16 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:18:10: error: 'k' was not declared in this scope 18 | cin>>k; | ^ main.cpp:25:9: error: 's' was not declared in this scope 25 | s[i]=s[i]/i; | ^ main.cpp:28:12: error: 'minn' was not declared in this scope 28 | if(minn>s[i]){ | ^~~~ main.cpp:28:17: error: 's' was not declared in this scope 28 | if(minn>s[i]){ | ^ main.cpp:32:11: error: 'minn' was not declared in this scope 32 | cout<<minn; | ^~~~ main.cpp:35:33: error: 's' was not declared in this scope 35 | s[i]=s[i]/i; | ^ main.cpp:43:52: error: 's' was not declared in this scope 43 | if(s[i]<s[j]){ | ^ main.cpp:44:57: error: 'aux' was not declared in this scope 44 | aux=s[i]; | ^~~ main.cpp:53:5: error: 'aux' was not declared in this scope 53 | aux=1; | ^~~ main.cpp:55:5: error: 'verif' was not declared in this scope; did you mean 'vprintf'? 55 | verif=0; | ^~~~~ | vprintf main.cpp:57:28: error: 'v' was not declared in this scope 57 | if(v[i]==v[i+1]){ | ^