Borderou de evaluare (job #619992)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Mulţimi (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 7 dec. 2021 18:39:41 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:25:8: error: 'cout' was not declared in this scope
25 | cout<<"multimea vida";
| ^~~~
main.cpp:3:1: note: 'std::cout' is defined in header '<iostream>'; did you forget to '#include <iostream>'?
2 | #include <cmath>
+++ |+#include <iostream>
3 | using namespace std;
main.cpp:8:44: warning: unused variable 'x' [-Wunused-variable]
8 | long long n,a,b,c=0,v=99999999999999999,x;
| ^