Borderou de evaluare (job #581793)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Suprapuneri (clasa a 6-a) | Compilator | cpp-32 |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 14 feb. 2021 13:18:34 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:17:9: error: 'v1' was not declared in this scope; did you mean 'y1'?
17 | v1[k]=n%2;
| ^~
| y1
main.cpp:25:9: error: 'v2' was not declared in this scope
25 | v2[k]=m%2;
| ^~
main.cpp:35:16: error: 'v1' was not declared in this scope; did you mean 'y1'?
35 | if(v1[j]!=v2[j])
| ^~
| y1
main.cpp:35:23: error: 'v2' was not declared in this scope
35 | if(v1[j]!=v2[j])
| ^~
main.cpp:43:13: error: 'v1' was not declared in this scope; did you mean 'y1'?
43 | aux=v1[1];
| ^~
| y1