| Problem | whiteboardgame |
|---|---|
| User | justin271828 |
| Submission Time | 2024-12-02 16:33:08 |
| 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";
| ^~