Problem drama
User Secre
Submission Time 2025-06-19 15:29:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

drama.cpp: In function ‘int main()’:
drama.cpp:17:4: error: ‘score’ was not declared in this scope; did you mean ‘scores’?
17 | if(score[mid]<x){
| ^~~~~
| scores
drama.cpp:24:1: error: expected ‘}’ at end of input
24 | }
| ^
drama.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^