Borderou de evaluare (job #588304)

Utilizator avatar VladLiciu Vlad Liciu VladLiciu IP ascuns
Problemă Pădure (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 26 mar. 2021 14:45:38 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:19:5: error: 'cin' was not declared in this scope 19 | cin>>n>>x; | ^~~ main.cpp:2:1: note: 'std::cin' is defined in header '<iostream>'; did you forget to '#include <iostream>'? 1 | #include <fstream> +++ |+#include <iostream> 2 | main.cpp:33:5: error: 'cout' was not declared in this scope 33 | cout<<maxim; | ^~~~ main.cpp:33:5: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'? main.cpp:18:15: warning: unused variable 's' [-Wunused-variable] 18 | int n,x,y,s,secventa=0,maxim=0; | ^