Problem conversations
User Alloy
Submission Time 2023-01-03 23:01:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

conversations.cpp: In function ‘int main()’:
conversations.cpp:12:123: error: expected ‘)’ before ‘{’ token
12 | while (!stk.empty() && (deleted.find(stk.top().first) != deleted.end() && mp[stk.top().first] >= stk.top().second) {
| ~ ^~
| )