#include <stdio.h>

int main(){
    int i = 0;
    float f = 1.0f;
    char *str = NULL;

    1 == 1 ? printf("1\n") : "ÍÛ¹þ¹þ";
    return 0;
}
