| Problem | snail |
|---|---|
| User | Cat |
| Submission Time | 2025-10-13 14:36:05 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
snail.cpp: In function ‘int main()’:
snail.cpp:8:8: error: ‘p’ was not declared in this scope
8 | int n[p];
| ^
snail.cpp:13:16: error: invalid types ‘long long int[long long int]’ for array subscript
13 | cin >> n[i];
| ^
snail.cpp:20:19: error: invalid types ‘long long int[long long int]’ for array subscript
20 | snailh += n[i];
| ^
snail.cpp:53:2: error: expected ‘}’ at end of input
53 | }
| ^
snail.cpp:4:15: note: to match this ‘{’
4 | signed main() {
| ^