Borderou de evaluare (job #2196612)
Utilizator | Data | 19 aprilie 2018 20:45:23 | |
---|---|---|---|
Problema | Rj | Status | done |
Runda | Arhiva de probleme | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:6:16: error: expected initializer before numeric constant
const int Nmax 104
^~~
user.cpp:9:8: error: ‘Nmax’ was not declared in this scope
char a[Nmax][Nmax];
^~~~
user.cpp:9:14: error: ‘Nmax’ was not declared in this scope
char a[Nmax][Nmax];
^~~~
user.cpp:10:13: error: ‘Nmax’ was not declared in this scope
int initial[Nmax][Nmax],xr,yr,xj,yj,romeo[Nmax][Nmax],julieta[Nmax][Nmax];
^~~~
user.cpp:10:19: error: ‘Nmax’ was not declared in this scope
int initial[Nmax][Nmax],xr,yr,xj,yj,romeo[Nmax][Nmax],julieta[Nmax][Nmax];
^~~~
user.cpp:10:43: error: ‘Nmax’ was not declared in this scope
int initial[Nmax][Nmax],xr,yr,xj,yj,romeo[Nmax][Nmax],julieta[Nmax][Nmax];
^~~~
user.cpp:10:49: error: ‘Nmax’ was not declared in this scope
int initial[Nmax][Nmax],xr,yr,xj,yj,romeo[Nmax][Nmax],julieta[Nmax][Nmax];
^~~~
user.cpp:10:63: error: ‘Nmax’ was not declared in this scope
int initial[Nmax][Nmax],xr,yr,xj,yj,romeo[Nmax][Nmax],julieta[Nmax][Nmax];
^~~~
user.cpp:10:69: error: ‘Nmax’ was not declared in this scope
int initial[Nmax][Nmax],xr,yr,xj,yj,romeo[Nmax][Nmax],julieta[Nmax][Nmax];
^~~~
user.cpp: In function ‘void citire()’:
user.cpp:17:10: error: ‘Nmax’ was not declared in this scope
char sir[Nmax];
^~~~
user.cpp:21:16: error: ‘sir’ was not declared in this scope
in.getline(sir,100,'\n');
^~~
user.cpp:29:13: error: ‘romeo’ was not declared in this scope
romeo[i][j+1]=1;
^~~~~
user.cpp:35:13: error: ‘julieta’ was not declared in this scope
julieta[i][j+1]=1;
^~~~~~~
user.cpp:39:13: error: ‘initial’ was not declared in this scope
initial[i][j+1]=1;
^~~~~~~
user.cpp:40:13: error: ‘romeo’ was not declared in this scope
romeo[i][j+1]=1;
^~~~~
user.cpp:41:13: error: ‘julieta’ was not declared in this scope
julieta[i][j+1]=1;
^~~~~~~
user.cpp: At global scope:
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !