Borderou de evaluare (job #542915)

Utilizator avatar capa Andrei Ciobanu capa IP ascuns
Problemă Piramida1 (clasa a 6-a) Compilator cpp
Rundă Arhiva de probleme Status evaluat
Dată 13 mar. 2020 17:09:41 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:35:15: warning: multi-character character constant [-Wmultichar] 35 | cout<<'/n'; | ^~~~ main.cpp: In function 'int main()': main.cpp:16:17: warning: init-statement in selection statements only available with '-std=c++17' or '-std=gnu++17' [-Wc++17-extensions] 16 | else if(ch>='A'; && ch<='Z') | ^~ main.cpp:16:19: warning: statement has no effect [-Wunused-value] 16 | else if(ch>='A'; && ch<='Z') | ~~^~~~~ main.cpp:16:31: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] 16 | else if(ch>='A'; && ch<='Z') | ~~~~~^~~~~ main.cpp:16:29: error: label 'ch' used but not defined 16 | else if(ch>='A'; && ch<='Z') | ^~