Borderou de evaluare (job #794747)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Alfanumeric (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 14 nov. 2024 10:24:14 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:14:12: error: 'input' was not declared in this scope; did you mean 'int'?
14 | getline(f, input);
| ^~~~~
| int
main.cpp:13:10: warning: unused variable 's' [-Wunused-variable]
13 | char s;
| ^