Problem conversations_easy
User havinaaaaash
Submission Time 2024-11-15 23:17:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

conversations_easy.cpp: In function ‘int main()’:
conversations_easy.cpp:3:5: error: ‘ios’ has not been declared
3 | ios::sync_with_stdio(0);
| ^~~
conversations_easy.cpp:4:5: error: ‘cin’ was not declared in this scope
4 | cin.tie(0);
| ^~~
conversations_easy.cpp:5:5: error: ‘cout’ was not declared in this scope
5 | cout.tie(0);
| ^~~~
conversations_easy.cpp:10:5: error: ‘multiset’ was not declared in this scope
10 | multiset<long long> a; // For efficient insertion, deletion, and search
| ^~~~~~~~
conversations_easy.cpp:10:14: error: expected primary-expression before ‘long’
10 | multiset<long long> a; // For efficient insertion, deletion, and search
| ^~~~
conversations_easy.cpp:11:5: error: ‘vector’ was not declared in this scope
11 | vector<long long> order; // To maintain order of elements