제출 #364159

#제출 시각아이디문제언어결과실행 시간메모리
364159sobaCostinland (info1cup19_costinland)C++14
11.68 / 100
1085 ms28672 KiB
#include <bits/stdc++.h>

using namespace std;

int main()
{
    int k;
    cin >> k;
    cout << 2 << " " << k << "\n";
    for(int i =1 ; i<k ; i++)
    {
        cout << "X";
    }
    cout << "d\n";
    for(int i =1 ; i<k ; i++)
    {
        cout << "r";
    }
    cout << ".\n";
    return 0;
}
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...