Borderou de evaluare (job #705778)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Cuvinte (clasa a 5-a) | Compilator | cpp-32 |
| Rundă | superoji1 | Status | evaluat |
| Dată | 13 mar. 2023 11:18:09 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:14:59: error: expected ';' before 'while'
14 | cuvinte = 1 * ( (c != ' ') and (c != ',') and (c != '.') )
| ^
| ;
15 |
16 | while(c != EOF){
| ~~~~~
main.cpp:21:46: error: 'cuxinte' was not declared in this scope; did you mean 'cuvinte'?
21 | if( (p == ' ') or (p == ',') or (p == '.') ){cuxinte = cuvinte + 1 ;}
| ^~~~~~~
| cuvinte