Problem | snail |
---|---|
User | Vinayak01 |
Submission Time | 2024-02-14 19:58:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snail.cpp: In function ‘int main()’:
snail.cpp:34:19: error: ‘n’ was not declared in this scope
34 | int sum = prefix[n-1];
| ^
snail.cpp:40:14: error: expected initializer before ‘<’ token
40 | while(int i < n){
| ^
snail.cpp:40:13: error: expected ‘)’ before ‘<’ token
40 | while(int i < n){
| ~ ^~
| )
snail.cpp:40:14: error: expected primary-expression before ‘<’ token
40 | while(int i < n){
| ^