Problem | foreveralone |
---|---|
User | GWC2724 |
Submission Time | 2023-11-17 10:54:55 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foreveralone.cpp: In function ‘int main()’:
foreveralone.cpp:6:13: error: conflicting declaration ‘int g [N]’
6 | int a, b, g[N], sum = 0;
| ^
foreveralone.cpp:4:22: note: previous declaration as ‘std::vector<long long int> g [1000000000]’
4 | vector <long long> g[1000000000];
| ^