#include <stdio.h> int main() { int age=0; long x=0; scanf("%d",&age); printf("%ld",3156*age); printf("0000");//最后输入后面的4个0 return 0; }