Borderou de evaluare (job #715858)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cmmdc (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 20 apr. 2023 15:32:02 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:9:18: error: 'INT_MAX' was not declared in this scope
9 | int cer,n,mic=INT_MAX;
| ^~~~~~~
main.cpp:3:1: note: 'INT_MAX' is defined in header '<climits>'; did you forget to '#include <climits>'?
2 | #include <fstream>
+++ |+#include <climits>
3 | using namespace std;