#include #include "Header.h" #include "Node.h" using std::cin; using std::cout; using std::endl; void Swap(Node* first, Node* second) { } void Standardize_101(Node* node) { } void Square(Node* node) { }