#include using namespace::std; int main(void) { cout << "test gcc" << endl; return 0; }