Borderou de evaluare (job #706161)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cuvinte (clasa a 5-a) | Compilator | cpp-32 |
Rundă | superoji1 | Status | evaluat |
Dată | 13 mar. 2023 16:50:55 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:14:9: warning: comparison with string literal results in unspecified behavior [-Waddress]
14 | while(c != "\n"){
| ~~^~~~~~~
main.cpp:14:9: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
main.cpp:7:5: warning: unused variable 'in' [-Wunused-variable]
7 | int in, cuvinte;
| ^~