#include <iostream> #include <vector> using namespace std; class Solution { public: void Snake_Matrix(const int& num) { int col = num; &n...