Input: ```c++ int a,b,c; ``` Output: ```c++ int c; ``` Expecting to see all variable declarations in the output.