#include <iostream>#include <sstream>using namespace std; int main() { double d; char c; while(cin >> d >> c) { cout << d << ' ' << c << endl; }}
2a 2b 2c 2g 2h 2i 0h 2x 0h 2z
2 a 2 b 2 c 2 g 2 h 2 i 0 h 2 x 0 h 2 z
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!