Problem conversations_easy
User Pan
Submission Time 2023-11-23 20:47:08
Score 0
Max Time N/A
Max Memory N/A

Compile Error

conversations_easy.cpp: In function ‘int main()’:
conversations_easy.cpp:12:2: error: ‘set’ was not declared in this scope
12 | set<ll> s;
| ^~~
conversations_easy.cpp:5:1: note: ‘std::set’ is defined in header ‘<set>’; did you forget to ‘#include <set>’?
4 | #include <deque>
+++ |+#include <set>
5 | typedef long long ll;
conversations_easy.cpp:12:8: error: expected primary-expression before ‘>’ token
12 | set<ll> s;
| ^
conversations_easy.cpp:12:10: error: ‘s’ was not declared in this scope
12 | set<ll> s;
| ^