Borderou de evaluare (job #738264)
| Utilizator |
|
IP | ascuns |
|---|---|---|---|
| Problemă | Robots | Compilator | cpp-32 |
| Rundă | Arhiva de probleme | Status | evaluat |
| Dată | 15 oct. 2023 13:48:30 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:191:17: error: 'SHRT_MAX' was not declared in this scope
191 | short ans = SHRT_MAX;
| ^~~~~~~~
main.cpp:5:1: note: 'SHRT_MAX' is defined in header '<climits>'; did you forget to '#include <climits>'?
4 | #include <algorithm>
+++ |+#include <climits>
5 | using namespace std;