Problem | transform |
---|---|
User | yuhong |
Submission Time | 2023-04-11 10:04:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
transform.cpp: In function ‘void solve()’:
transform.cpp:39:33: error: wrong number of template arguments (1, should be at least 2)
39 | map<pair<pair<char,char>,int> mp;
| ^~
In file included from /usr/include/c++/9/map:61,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:81,
from transform.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
| ^~~