Borderou de evaluare (job #810982)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Numar3 | Compilator | cpp-32 |
Rundă | lasm_22_02_2025_clasa10_11 | Status | evaluat |
Dată | 22 feb. 2025 17:35:41 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:104:5: error: 'cin' was not declared in this scope
104 | cin.tie(nullptr);
| ^~~
main.cpp:7:1: note: 'std::cin' is defined in header '<iostream>'; this is probably fixable by adding '#include <iostream>'
6 | #include <cassert>
+++ |+#include <iostream>
7 | using namespace std;