Borderou de evaluare (job #3004145)
Utilizator | Data | 16 martie 2023 10:14:08 | |
---|---|---|---|
Problema | Palalila2 | Status | done |
Runda | simulare_oji_2023_clasele_11_12_16_martie3 | Compilator | cpp-64 | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp:18:1: error: expected ',' or ';' before 'ofstream'
18 | ofstream fout("palalila2.out")
| ^~~~~~~~
main.cpp:22:8: error: 'MAX_SIZE' was not declared in this scope
22 | int dp[MAX_SIZE + 1][3];
| ^~~~~~~~
main.cpp: In function 'int main()':
main.cpp:28:23: warning: comparison of integer expressions of different signedness: 'int' and 'std::__cxx11::basic_string<char>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
28 | for (int i = 0; i < s.size(); ++i) {
| ~~^~~~~~~~~~
main.cpp:29:9: error: 'dp' was not declared in this scope
29 | dp[i][1] = 1; // i este mai mic
| ^~
main.cpp:44:5: error: 'fout' was not declared in this scope
44 | fout << maxLength;
| ^~~~
Non zero exit status: 1
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !