Largest int from concatenated ints: Difference between revisions

(→‎{{header|C++}}: incorrect)
Line 81:
 
=={{header|C++}}==
{{incorrect|C++|For example, this input list produces an incorrect result: {98, 76, 45, 34, 9, 4, 3, 1} }}
<lang cpp>#include <iostream>
#include <sstream>
Anonymous user