Problem basketball_cpic
User roycedaboss
Submission Time 2025-06-20 16:13:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

basketball_cpic.cpp:6:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
6 | cin >> N >> T;
| ^~~
| sin
basketball_cpic.cpp:7:1: error: expected unqualified-id before ‘for’
7 | for (int i = 0; i < N; i++){
| ^~~
basketball_cpic.cpp:7:17: error: ‘i’ does not name a type; did you mean ‘Si’?
7 | for (int i = 0; i < N; i++){
| ^
| Si
basketball_cpic.cpp:7:24: error: ‘i’ does not name a type; did you mean ‘Si’?
7 | for (int i = 0; i < N; i++){
| ^
| Si
basketball_cpic.cpp:10:1: error: expected unqualified-id before ‘while’
10 | while (!maxPq.empty() and T > 0){
| ^~~~~
basketball_cpic.cpp:18:1: error: ‘cout’ does not name a type
18 | cout << res << '\n';
| ^~~~