Problem | foreveralone |
---|---|
User | highdelao |
Submission Time | 2025-03-16 19:38:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
foreveralone.cpp: In function ‘int main()’:
foreveralone.cpp:19:9: error: ‘v’ was not declared in this scope
19 | v[a] = 1; v[b] = 1;
| ^
foreveralone.cpp:25:13: error: ‘v’ was not declared in this scope
25 | if (v[i] == 0) count++;
| ^