Problem competition
User JonathanChow
Submission Time 2025-02-08 18:23:20
Score 0
Max Time N/A
Max Memory N/A

Compile Error

competition.cpp: In function ‘int main()’:
competition.cpp:9:6: error: redeclaration of ‘int out’
9 | int out=0;
| ^~~
competition.cpp:7:18: note: ‘int out’ previously declared here
7 | int n, p, b, out;
| ^~~
competition.cpp:46:37: error: ‘bscoresort’ was not declared in this scope; did you mean ‘bscoressort’?
46 | if (p > 0 && pscoressort[i]>bscoresort[i]){
| ^~~~~~~~~~
| bscoressort