Problem | helloworld |
---|---|
User | Elnathan |
Submission Time | 2023-04-13 10:40:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:7:10: error: ‘array’ was not declared in this scope
7 | cout << array[10];
| ^~~~~
helloworld.cpp:3:1: note: ‘std::array’ is defined in header ‘<array>’; did you forget to ‘#include <array>’?
2 | #include <vector>
+++ |+#include <array>
3 | #define ULLONG_MAX 2 * (1 << 63)