Fix C++14 String Trimming Bug

# Introduction In this challenge, we will be fixing a bug in a program that trims a string based on a specified character. We will need to locate the code file, `split.cpp`, and fix any bugs that affect compilation and execution. Note that the program uses the C++ 14 standard and can be compiled using g++ 11.

|60 : 00

Click the virtual machine below to start practicing