Borderou de evaluare (job #788002)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Analiza (clasa a 5-a) | Compilator | cpp-32 |
Rundă | lasm_26_09_2024_clasa10_11 | Status | evaluat |
Dată | 26 sept. 2024 12:55:00 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:46:24: error: 'palindrom' was not declared in this scope; did you mean 'isPalindrome'?
46 | inputFile>>palindrom[i];
| ^~~~~~~~~
| isPalindrome
main.cpp:47:17: error: 'palind' was not declared in this scope
47 | if (palind(to_string(palindrom[i]))){
| ^~~~~~
main.cpp:50:17: error: 'mx' was not declared in this scope
50 | mx=max(mx,secventa);
| ^~
main.cpp:54:9: error: 'mx' was not declared in this scope
54 | mx=max(mx,secventa);
| ^~
main.cpp:55:9: error: 'outputFile' was not declared in this scope; did you mean 'inputFile'?
55 | outputFile<<mx;
| ^~~~~~~~~~
| inputFile