Problem | solarstorm |
---|---|
User | Rolo |
Submission Time | 2024-04-15 15:52:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
solarstorm.cpp: In function ‘int main()’:
solarstorm.cpp:11:5: error: expected ‘,’ or ‘;’ before ‘vector’
11 | vector<long long>d(n+1);
| ^~~~~~
solarstorm.cpp:24:2: error: ‘d’ was not declared in this scope
24 | d[1] = 0;
| ^