#include <stdio.h>
int main() {
    int a = 150;
    int b = 20
    printf("%c",a);
    printf("%c",b);
    return 0;
}