Borderou de evaluare (job #1967245)
Utilizator | Data | 16 aprilie 2017 12:16:57 | |
---|---|---|---|
Problema | Cel mai lung subsir comun | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:5:15: warning: missing terminating " character [enabled by default]
ofstream out ("cmlsc.out);
^
user.cpp:5:1: error: missing terminating " character
ofstream out ("cmlsc.out);
^
user.cpp:7:7: error: ‘m’ has not been declared
int n,m,f[1030][1030],v[1030],b[1030],k;
^
user.cpp:7:9: error: ‘f’ has not been declared
int n,m,f[1030][1030],v[1030],b[1030],k;
^
user.cpp:7:23: error: ‘v’ has not been declared
int n,m,f[1030][1030],v[1030],b[1030],k;
^
user.cpp:7:31: error: ‘b’ has not been declared
int n,m,f[1030][1030],v[1030],b[1030],k;
^
user.cpp:7:39: error: ‘k’ has not been declared
int n,m,f[1030][1030],v[1030],b[1030],k;
^
user.cpp:7:40: error: expected ‘)’ before ‘;’ token
int n,m,f[1030][1030],v[1030],b[1030],k;
^
user.cpp: In function ‘void Read()’:
user.cpp:11:5: error: ‘n’ was not declared in this scope
in>>n>>m;
^
user.cpp:11:8: error: ‘m’ was not declared in this scope
in>>n>>m;
^
user.cpp:13:5: error: ‘a’ was not declared in this scope
in>>a[i];
^
user.cpp:15:5: error: ‘b’ was not declared in this scope
in>>b[i];
^
user.cpp: In function ‘void Solve()’:
user.cpp:19:16: error: ‘n’ was not declared in this scope
for(int i=1;i<=n;i++)
^
user.cpp:21:17: error: ‘m’ was not declared in this scope
for (int j=1;j<=m;j++)
^
user.cpp:23:4: error: ‘a’ was not declared in this scope
if(a[i]==b[j])
^
user.cpp:23:10: error: ‘b’ was not declared in this scope
if(a[i]==b[j])
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !