Borderou de evaluare (job #600004)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Abc (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 9 iun. 2021 14:40:01 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:13:9: error: 'v' was not declared in this scope
13 | v[i];
| ^
main.cpp:17:16: error: 'v' was not declared in this scope
17 | if(v[i]>v[j]){
| ^
main.cpp:24:15: error: 'v' was not declared in this scope
24 | cout<<v[i]<<" ";
| ^
main.cpp:10:10: warning: unused variable 'ch' [-Wunused-variable]
10 | char ch;
| ^~