Problem | sos |
---|---|
User | Hijackedsoul |
Submission Time | 2024-05-30 23:45:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
sos.cpp: In function ‘int main()’:
sos.cpp:10:3: error: ‘arr’ was not declared in this scope
10 | arr.push_back(abs(x));
| ^~~
sos.cpp:12:19: error: ‘arr’ was not declared in this scope
12 | std::cout << abs(arr[n-1]-arr[0]);
| ^~~