#include #include using namespace std; int main() { string S,T; int N; cin>>S>>T>>N; for(;N--;)S+="_"+T; cout<