Problem | cuberoot |
---|---|
User | leyi |
Submission Time | 2023-11-16 10:05:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:11:12: error: ‘array’ was not declared in this scope
11 | cin >> array[i];
| ^~~~~
cuberoot.cpp:3:1: note: ‘std::array’ is defined in header ‘<array>’; did you forget to ‘#include <array>’?
2 | #include <cmath>
+++ |+#include <array>
3 | using namespace std;