Problem | competition |
---|---|
User | huyleisme |
Submission Time | 2024-02-16 16:17:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘int32_t main()’:
competition.cpp:23:33: error: expected primary-expression before ‘)’ token
23 | sort(phys, phys+n, greater<int>);
| ^
competition.cpp:24:31: error: expected primary-expression before ‘)’ token
24 | sort(bio, bio+n, greater<int>);
| ^
competition.cpp:31:14: error: ‘i’ was not declared in this scope
31 | sum += bio[i];
| ^