Problem | basketball_cpic |
---|---|
User | niicoletong |
Submission Time | 2025-06-20 14:01:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
basketball_cpic.cpp: In function ‘int main()’:
basketball_cpic.cpp:9:14: error: conflicting declaration ‘std::vector<int> s’
9 | vector<int> s;
| ^
basketball_cpic.cpp:5:9: note: previous declaration as ‘int s’
5 | int n, s;
| ^