Problem | basketball_cpic |
---|---|
User | youwoahh |
Submission Time | 2025-06-20 14:30:23 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
basketball_cpic.cpp: In function ‘int main()’:
basketball_cpic.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin >> n;
| ^~~
basketball_cpic.cpp:14:2: error: ‘cout’ was not declared in this scope; did you mean ‘count’?
14 | cout << count;
| ^~~~
| count