文章列表

筛选

1118(求助_已解决)

摘要://此代码在visual studio上运行没问题,为什么在此平台上运行报错#include <stdio.h>#include &l……

1035 题解

摘要:#include<stdio.h>#include<string.h>int count[100];//注意该变量定义为全局变量,保存各种字符的个数;int*……

局部变量作函数返回值的问题

摘要:        函数的返回值,必须保证在使用时,他所对应……

1051(奇了怪了)

摘要://报错:答案错误//谁能告诉我那错了,输出格式也是严格按照他的要求,连多余的空格都清除了#include <stdio.h>#include <……

1071题解

摘要:#include <stdio.h>double fact(int k){int i;double&nbsp……

数组与指针的问题

摘要:      众所周知,数组名的值是一个指针常量,即数组第一个元素的地址,它的类型取决于数组元……

1054题解

摘要:#include <stdio.h>int isprime(int x){int i,nprime&nbsp……