#include using namespace std; main(){ string s,t; int n; cin>>s>>t>>n; while(n--)s += "_"+t; cout<