Update backtracking/magic_sequence.cpp

Co-authored-by: David Leal <halfpacho@gmail.com>
This commit is contained in:
Jxtopher
2021-07-13 13:25:25 +02:00
committed by GitHub
parent 7bbfbed8f8
commit 7966ef22d1

View File

@@ -13,7 +13,7 @@
* @author [Jxtopher](https://github.com/jxtopher)
*/
#include <algorithm> /// std::count
#include <algorithm> /// for std::count
#include <cassert> /// assert
#include <iostream> /// IO operations
#include <list> /// std::list