Borderou de evaluare (job #824547)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | 2numere (baraj gimnaziu) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 17 mai 2025 12:48:51 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:44:36: error: 'ULLONG_MAX' was not declared in this scope
44 | unsigned long long best_diff = ULLONG_MAX;
| ^~~~~~~~~~
main.cpp:5:1: note: 'ULLONG_MAX' is defined in header '<climits>'; this is probably fixable by adding '#include <climits>'
4 | #include <algorithm>
+++ |+#include <climits>
5 | #include <string>