Borderou de evaluare (job #691922)

Utilizator avatar ianachis.ianis@gmail.com Ianis Ianachis ianachis.ianis@gmail.com IP ascuns
Problemă Coborâre (clasele 11-12) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 1 feb. 2023 12:22:26 Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'int main()': main.cpp:66:5: error: 'cout' was not declared in this scope 66 | cout<<l[c]%100003; | ^~~~ main.cpp:5:1: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'? 4 | #include <queue> +++ |+#include <iostream> 5 |