Problem | snail |
---|---|
User | Vinayak01 |
Submission Time | 2024-02-14 19:58:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
snail.cpp: In function ‘int main()’:
snail.cpp:28:19: error: ‘n’ was not declared in this scope
28 | vector<int> suff(n);
| ^
snail.cpp:42:14: error: expected initializer before ‘<’ token
42 | while(int i < n){
| ^
snail.cpp:42:13: error: expected ‘)’ before ‘<’ token
42 | while(int i < n){
| ~ ^~
| )
snail.cpp:42:14: error: expected primary-expression before ‘<’ token
42 | while(int i < n){
| ^