#include <iostream> using namespace std; int main() { cout << "one\ttwo\tthree\n"; return 0; }
one two three