首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > 编程 >

做题中遇到的有关问题

2013-04-09 
做题中遇到的问题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);

热点排行