Problem basketball_cpic
User MysteriousMystery
Submission Time 2025-06-20 14:39:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

basketball_cpic.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
basketball_cpic.cpp: In function ‘int main()’:
basketball_cpic.cpp:8:5: error: ‘cin’ was not declared in this scope
8 | cin >> N >> S[N];
| ^~~
basketball_cpic.cpp:11:13: error: ‘cout’ was not declared in this scope
11 | cout << S[i];
| ^~~~