| Problem | jaydenscurve |
|---|---|
| User | neoaix |
| Submission Time | 2026-06-26 16:34:26 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
jaydenscurve.cpp: In function ‘int main()’:
jaydenscurve.cpp:20:19: error: wrong number of template arguments (1, should be at least 2)
20 | 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.findkey);
| ^~~~~~~~
jaydenscurve.cpp:33:12: error: ‘key’ was not declared in this scope; did you mean ‘key_t’?
33 | seenPair[key] = i;
| ^~~
| key_t