Borderou de evaluare (job #810834)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Exclusiv (clasa a 7-a) | Compilator | cpp-32 |
Rundă | lasm_22_02_2025_clasa10_11 | Status | evaluat |
Dată | 22 feb. 2025 14:42:20 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:8:5: error: 'cin' was not declared in this scope
8 | cin.tie(nullptr);
| ^~~
main.cpp:4:1: note: 'std::cin' is defined in header '<iostream>'; this is probably fixable by adding '#include <iostream>'
3 | #include <unordered_map>
+++ |+#include <iostream>
4 | using namespace std;