Problem | wabot |
---|---|
User | tomorrowismyster1434 |
Submission Time | 2023-09-10 11:37:35 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
wabot.cpp: In function ‘int main()’:
wabot.cpp:17:42: error: ‘LLONG_MAX’ was not declared in this scope
17 | vector<long long> minComplexity(101, LLONG_MAX); // Initialize minComplexity array with a large value
| ^~~~~~~~~
wabot.cpp:4:1: note: ‘LLONG_MAX’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
3 | #include <queue>
+++ |+#include <climits>
4 |
wabot.cpp:35:22: error: expected ‘}’ at end of input
35 | cout << b << endl; // Output
| ^
wabot.cpp:7:12: note: to match this ‘{’
7 | int main() {
| ^