#include <iostream>

int main() {
    std::cout << "Size of char " << sizeof ('а') << "\n";
    return 0;
}