Borderou de evaluare (job #692238)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Axyz (clasa a 7-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 2 feb. 2023 15:57:07 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:15:20: error: 'b' was not declared in this scope
15 | for(int i=0;i<b;i++)
| ^
main.cpp:35:21: error: 'a' was not declared in this scope
35 | v2[lol]=a%10;
| ^
main.cpp:12:9: warning: unused variable 'v' [-Wunused-variable]
12 | int v[10],v2[105];
| ^