Problem | whiteboardgame |
---|---|
User | justin271828 |
Submission Time | 2024-12-02 16:31:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
whiteboardgame.cpp: In function ‘int main()’:
whiteboardgame.cpp:16:16: error: base operand of ‘->’ has non-pointer type ‘std::map<long long int, long long int>’
16 | cout << sum-(m->first) << "\n";
| ^~
whiteboardgame.cpp:27:17: error: base operand of ‘->’ has non-pointer type ‘std::map<long long int, long long int>’
27 | cout << sum-(m->first) << "\n";}
| ^~