Problem | ssoca |
---|---|
User | bribritt |
Submission Time | 2024-12-11 11:45:44 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
ssoca.cpp: In function ‘int main()’:
ssoca.cpp:8:5: error: ‘ll’ was not declared in this scope
8 | ll a[n+1], psum[n + 1];
| ^~
ssoca.cpp:9:5: error: ‘psum’ was not declared in this scope
9 | psum[0] = 0;
| ^~~~
ssoca.cpp:11:16: error: ‘a’ was not declared in this scope
11 | cin >> a[i];
| ^
ssoca.cpp:17:6: error: ‘a’ was not declared in this scope
17 | + a[(r % n) + 1]
| ^