#include <iostream>

using namespace std;

int main() {
    int dol;
    cin >> dol;

    if (dol % 2 == 1) {
        cout << "SK";
        return 0;
    }
    else{
        cout << "CY";
    }
    return 0;
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: