Update backtracking/magic_sequence.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Jxtopher 2021-07-13 13:25:32 +02:00 committed by GitHub
parent 7966ef22d1
commit 2263f033fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
*/
#include <algorithm> /// for std::count
#include <cassert> /// assert
#include <cassert> /// for assert
#include <iostream> /// IO operations
#include <list> /// std::list
#include <numeric> /// std::accumulate