$ g++ samsungtest.cpp -std=gnu++11
$ ./a.out
throws this error when run in the V2-final folder
terminate called after throwing an instance of 'std::out_of_range'
what(): basic_string::substr: __pos (which is 34) > this->size() (which is 26)
Aborted (core dumped)
throws this error when run in the
V2-finalfolder