Borderou de evaluare (job #816819)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Disjoint | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 28 mar. 2025 19:31:31 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:32:5: error: 'cin' was not declared in this scope
32 | cin.tie(nullptr);
| ^~~
main.cpp:3:1: note: 'std::cin' is defined in header '<iostream>'; this is probably fixable by adding '#include <iostream>'
2 | #include <vector>
+++ |+#include <iostream>
3 | using namespace std;