| Problem | basketball_cpic |
|---|---|
| User | niicoletong |
| Submission Time | 2025-06-20 14:14:10 |
| 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:7: error: expected unqualified-id before ‘=’ token
9 | int = 1;
| ^
basketball_cpic.cpp:11:11: error: expected primary-expression before ‘int’
11 | cout << int sum;
| ^~~