Problem | competition |
---|---|
User | Henries |
Submission Time | 2024-10-05 23:11:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘int main()’:
competition.cpp:29:51: error: expected unqualified-id before ‘=’ token
29 | multimap <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);
| ^