#include <stdio.h>#include <math.h>int main(int argc, char *argv[]){long long i,x;i=pow(2,63)-x; //x=任意较小值printf("%lld",i);return 0;}i的值不受x影响; 查看完整描述