#include <bits/stdc++.h>
using namespace std;

int main(){
    unsigned long W, H;
    cin >> W >> H;
    cout << string(W - 1, 'S') << string(H - 1, 'E') << endl;
    return 0;
}

Battle History

ConfigScoreDate
3 x 3 tiny22019/05/19 10:05:41
3 x 3 tiny3132019/05/19 10:05:41
3 x 3 tiny1012019/05/19 10:05:41
5 x 5 small1412019/05/19 10:05:41
5 x 5 small332019/05/19 10:05:41
5 x 5 small772019/05/19 10:05:41
10 x 10 middle2082019/05/19 10:05:41
30 x 30 large1972019/05/19 10:05:41