This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <iostream> | |
#include <vector> | |
#include <cstring> | |
#include <cstdlib> | |
#include <string> | |
#define PACKING_DELIMITER 999999 | |
void tokenize(const char* input) | |
{ |