做题中遇到的问题1. c 中 long long 型64位例子:longlongx1;scanf(%lld, &x1)printf(%lld,x1)
做题中遇到的问题
1. c++ 中 long long 型 64位
例子:long long x1;
scanf("%lld", &x1);
printf("%lld",x1);
做题中遇到的问题
1. c++ 中 long long 型 64位
例子:long long x1;
scanf("%lld", &x1);
printf("%lld",x1);