Problem cakerun
User PlayVoltz
Submission Time 2024-01-21 14:16:42
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cakerun.cpp:8:20: error: template argument 1 is invalid
8 | set<pair<pii, int> s;
| ^
cakerun.cpp:8:20: error: template argument 2 is invalid
cakerun.cpp:8:20: error: template argument 3 is invalid
cakerun.cpp: In function ‘int main()’:
cakerun.cpp:16:3: error: ‘s’ was not declared in this scope
16 | s.insert(mp(mp(i, i), c));
| ^