| Problem | sumsumdigit | 
|---|---|
| User | ilikeeggs | 
| Submission Time | 2025-03-04 08:41:42 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 sumsumdigit.cpp: In function ‘int32_t main()’:
sumsumdigit.cpp:16:36: error: no matching function for call to ‘std::map<long long int, long long int>::map(long int, int)’
   16 |  map<int, int> pre(1000000000001, 0);
      |                                    ^
In file included from /usr/include/c++/9/map:61,
                 from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:81,
                 from sumsumdigit.cpp:1:
/usr/include/c++/9/bits/stl_map.h:288:2: note: candidate: ‘template<class _InputIterator> std::map<_Key, _Tp, _Compare, _Alloc>::map(_InputIterator, _InputIterator, const _Compare&, const allocator_type&)’
  288 |  map(_InputIterator __first, _InputIterator __last,
      |  ^~~
/usr/include/c++/9/bits/stl_map.h:288:2: note:   template argument deduction/substitution failed:
sumsumdigit.cpp:16:36: note:   deduced conflicting types for parameter ‘_InputIterator’ (‘long int’ and ‘int’)
   16 |  map<int, int