| Problem | helloworld |
|---|---|
| User | Dolphy |
| Submission Time | 2024-12-30 09:29:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:9:21: error: ‘LLONG_MAX’ was not declared in this scope
9 | for (int i=0; i<LLONG_MAX; i++) {print goodbye; goof();}
| ^~~~~~~~~
helloworld.cpp:2:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
1 | #include <iostream>
+++ |+#include <climits>
2 | using namespace std;