Borderou de evaluare (job #74683)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Romb (clasa a 6-a) | Compilator | cpp |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 27 aug. 2014 20:19:07 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:16:9: error: 'V' was not declared in this scope
16 | V[i][j] = c;
| ^
main.cpp:31:18: error: 'V' was not declared in this scope
31 | g << V[k][j];
| ^
main.cpp:11:9: warning: unused variable 'nr' [-Wunused-variable]
11 | int nr = 1;
| ^~