Problem competition
User Henries
Submission Time 2024-10-05 22:58:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

competition.cpp: In function ‘int main()’:
competition.cpp:29:46: error: expected unqualified-id before ‘=’ token
29 | map <long long ,string ,greater<long long>> = m;
| ^
competition.cpp:33:3: error: ‘m’ was not declared in this scope
33 | m[pscore] = "physics";
| ^
competition.cpp:37:6: error: ‘m’ was not declared in this scope
37 | m[bscore] = "bio";
| ^
competition.cpp:40:15: error: ‘m’ was not declared in this scope
40 | cout <<solve(m,a,b);
| ^