Borderou de evaluare (job #4408)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Paint (clasa a 7-a) | Compilator | cpp |
| Rundă | Olimpiada pe Scoala 2012, Clasa a 7-a | Status | evaluat |
| Dată | 17 dec. 2012 11:34:47 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:7:1: error: 'cout' was not declared in this scope
7 | cout<<4<<endl<<1<<endl;
| ^~~~
main.cpp:3:1: note: 'std::cout' is defined in header '<iostream>'; this is probably fixable by adding '#include <iostream>'
2 | #include<cstring>
+++ |+#include <iostream>
3 | using namespace std;