早教吧
育儿知识
作业答案
考试题库
百科
知识分享
创建时间
资源类别
相关度排序
共找到 555 与=INT 相关的结果,耗时3 ms
c语言中输出1--1000之间所有满足个位数字的立方之和等于他本身的数 已有代码 如下填写横线上的代码#include"stdio.h"main(){int digit,k,m,s;for(k=1;k
其他
#include iostream.h int main() { bool flag; flag=true; if(flag) cout< return 0; } 请问cout< 的意思我也是百思不得其解,cout< 有这种用法吗
其他
比较a与b的大小#include
int main(){\x05int a,b,max;\x05printf("请输入2个整数:");\x05scanf("%d,%d",&a,&b);\x05if(a>b)\x05{\x05\x05a=max;\x05
其他
x05\x05}\x05el
定义一个名为max的函数,请问哪里错了?int max(int a,int b); {Printf("%d",a>b?a:b); } 运行就提示语法错误,
其他
求Sn=a+aa+aaa+……+a…a的值.a是一个数字,n表示a的位数.例如:2+22+222+2222(此时n=4)下面的程序有错吗?为什么结果不对?浮点型要注意什么吗 #include #include #include main() { int a,n,i;
其他
loat s0=0,s=0;
求这个程序的算法流程图或文字说明#include int main() {int length(char *p);int len; char str[20]; printf("input string:");scanf("%s",str);len=length(str
其他
; printf("The
for循环语句里的步长什么意思如for(int i=1;i
其他
举例:int x = (tag>>8)&0xFF; tag等于0到9,9个数字,x等于多少,这是什么运算,
数学
int a = 152; a = a & 0xff; 这样的&运算,如何给它还原成152?
其他
c语言的一道简单的题若x为int型变量,则执行以下语句后,x的值为______.x0b x = 5;x0b x+=x-=x*x;
其他
<
1
2
3
4
5
6
7
8
9
10
>
热门搜索: