diff --git a/src/10/12/P3879.cpp b/src/10/12/P3879.cpp index bfab136..679f302 100644 --- a/src/10/12/P3879.cpp +++ b/src/10/12/P3879.cpp @@ -25,7 +25,7 @@ int main(){ std::cin>>m; while(m--){ std::cin>>tmp; - if(const auto p = s.find(tmp);p!=s.end()){ + if(std::map>::const_iterator p = s.find(tmp);p!=s.end()){ for(const ll i:p->second){ std::cout<