Borderou de evaluare (job #2708999)
Utilizator | Data | 19 februarie 2021 17:04:03 | |
---|---|---|---|
Problema | Cel mai lung subsir comun | Status | done |
Runda | Arhiva educationala | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:5:13: error: variable 'std::ifstream fin' has initializer but incomplete type
ifstream fin("cmlsc.in");
^
main.cpp:6:14: error: variable 'std::ofstream fout' has initializer but incomplete type
ofstream fout("cmlsc.out");
^
main.cpp: In function 'int main()':
main.cpp:18:9: error: 'i' was not declared in this scope
for(i=1; i<=N; i++)
^
main.cpp:18:17: error: 'N' was not declared in this scope
for(i=1; i<=N; i++)
^
main.cpp:19:13: error: 'j' was not declared in this scope
for(j=1; j<=M; j++)
^
main.cpp:19:21: error: 'M' was not declared in this scope
for(j=1; j<=M; j++)
^
main.cpp:23:14: error: 'N' was not declared in this scope
fout<<dp[N][M]<<"\n";
^
main.cpp:23:17: error: 'M' was not declared in this scope
fout<<dp[N][M]<<"\n";
^
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !