#include <stdio.h>
int main(int argc, char *argv[])
{
long long i=9223372036854775807;
printf("%l64d",i);
return 0;
}
//运行时候表示错误
相关分类