Problem jaydenscurve
User neoaix
Submission Time 2026-06-26 16:44:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

jaydenscurve.cpp: In function ‘int main()’:
jaydenscurve.cpp:19:19: error: wrong number of template arguments (1, should be at least 2)
19 | map<pair<int,int>seenPair;
| ^~~~~~~~
In file included from /usr/include/c++/9/map:61,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:81,
from jaydenscurve.cpp:1:
/usr/include/c++/9/bits/stl_map.h:100:11: note: provided for ‘template<class _Key, class _Tp, class _Compare, class _Alloc> class std::map’
100 | class map
| ^~~
jaydenscurve.cpp:25:13: error: ‘seenPair’ was not declared in this scope
25 | auto it = seenPair.find(key);
| ^~~~~~~~