#include #include int main(){int a;scanf("%d\n",&a);setlocale(LC_NUMERIC,"ja_JP.utf8");printf("%'d\n",a);}