Borderou de evaluare (job #754791)

Utilizator avatar ScinteieAlexandra Scinteie Alexandra ScinteieAlexandra IP ascuns
Problemă Monotonă (clasa a 5-a) Compilator cpp-32
Rundă lmk_vs_9 Status evaluat
Dată 13 ian. 2024 11:09:51 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:4:14: error: 'monotona' was not declared in this scope 4 | ifstream fin(monotona.in); | ^~~~~~~~ main.cpp:5:15: error: 'monotona' was not declared in this scope 5 | ofstream fout(monotona.out); | ^~~~~~~~ main.cpp: In function 'int main()': main.cpp:15:21: warning: suggest parentheses around assignment used as truth value [-Wparentheses] 15 | else if(a[i]=a[n]) fout<<"da"; | ~~~~^~~~~