#include<stdio.h> int main() { printf("%c",'\130'); return 0; }
#include<stdio.h> int main() { printf("%c",'\x30'); return 0; }