Problem | competition |
---|---|
User | JonathanChow |
Submission Time | 2025-02-08 18:21:19 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘int main()’:
competition.cpp:8:22: error: ‘a’ was not declared in this scope
8 | std::cin >> n >> a >> b;
| ^
competition.cpp:45:12: error: expected ‘(’ before ‘p’
45 | if p > 0 and pscoressort[i]>bscoresort[i]{
| ^
| (
competition.cpp:49:3: error: ‘else’ without a previous ‘if’
49 | else if b > 0 and pscoressort[i]<bscoresort[i]{
| ^~~~
competition.cpp:49:11: error: expected ‘(’ before ‘b’
49 | else if b > 0 and pscoressort[i]<bscoresort[i]{
| ^
| (
competition.cpp:53:3: error: ‘else’ without a previous ‘if’
53 | else if p > 0 {
| ^~~~
competition.cpp:53:11: error: expected ‘(’ before ‘p’
53 | else if p > 0 {
| ^
| (
competition.cpp:57:3: error: ‘else’ without a previous ‘