Problem conversations_easy
User lHog
Submission Time 2024-04-20 09:46:56
Score 0
Max Time N/A
Max Memory N/A

Compile Error

conversations_easy.cpp: In function ‘int main()’:
conversations_easy.cpp:19:30: error: expected ‘;’ before ‘.’ token
19 | while (!t.empty()) && d.count(t.top())) {
| ^
| ;
conversations_easy.cpp:19:29: error: label ‘d’ used but not defined
19 | while (!t.empty()) && d.count(t.top())) {
| ^