Problem ccs
User SuspiciousAmogus
Submission Time 2024-06-15 15:32:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ccs.cpp:5:1: error: ‘ll’ does not name a type
5 | ll n, q;
| ^~
ccs.cpp:6:15: error: ‘ll’ was not declared in this scope
6 | unordered_set<ll> st;
| ^~
ccs.cpp:6:17: error: template argument 1 is invalid
6 | unordered_set<ll> st;
| ^
ccs.cpp:6:17: error: template argument 2 is invalid
ccs.cpp:6:17: error: template argument 3 is invalid
ccs.cpp:6:17: error: template argument 4 is invalid
ccs.cpp: In function ‘int main()’:
ccs.cpp:10:9: error: ‘n’ was not declared in this scope
10 | cin >> n >> q;
| ^
ccs.cpp:10:14: error: ‘q’ was not declared in this scope
10 | cin >> n >> q;
| ^
ccs.cpp:12:16: error: ‘ll’ was not declared in this scope
12 | unordered_set<ll>::iterator itl;
| ^~
ccs.cpp:12:18: error: template argument 1 is invalid
12 | unordered_set&