全部整型数求和(C语言代码) 摘要:#### 原题链接:[题目436 - ACM在线评测系统](http://nyoj.top/problem/436 "nyoj在线评测") #### 原题内容: **题目描述:**你的任务是找到包…… 文章列表 2018年06月20日 2 点赞 0 评论 985 浏览 评分:2.0
巧分甜饼干(C语言代码) 摘要:#### 原题链接:[题目464 - ACM在线评测系统](http://nyoj.top/problem/464 "nyoj在线评测") #### 原题内容: **描述:**奥尔加前去拜访双胞胎…… 文章列表 2018年06月20日 1 点赞 0 评论 778 浏览 评分:0.0
1000的个人见解 摘要://主要注意两个问题1、多组输入2、a+b的范围(pow(2,10)即为2的10次方)#include<stdio.h>#include<math.h>int main(){ int a,b,sum;…… 文章列表 2018年06月15日 0 点赞 0 评论 348 浏览 评分:0.0
大佬帮我看看这个代码哪有问题, 摘要:#include<stdio.h>int main(){ int N,a[1000],b[1000],i,j,temp,count=0,sum=0; while(~scanf("%d",&N)) { …… 文章列表 2018年06月15日 0 点赞 0 评论 271 浏览 评分:0.0
C语言中的数据类型问题 摘要:在c程序中出现类似以下代码,运行结果错误,不太确定为什么具体代码内容:long long a;int b,c,d,e,result;for(int i = 0; i < 4; i++){ …… 文章列表 2018年06月07日 0 点赞 1 评论 160 浏览 评分:0.0
谁知道为什么这个不行呢? 摘要:判断这个点是否在单位圆上,使用小数点后三位精度进行判断。#include <stdio.h>#include "math.h"int main(){float a,b,k;scanf("%f%f",&…… 文章列表 2018年06月01日 0 点赞 0 评论 291 浏览 评分:0.0
哪位大神能用我这个程序 ,帮我简述一下char的用法 c1+=4; 指什么?? 求教!! 摘要:#include<stdio.h>int main(){ char c1,c2,c3,c4,c5; c1='C'; c2='h'; c3='i'; c4…… 文章列表 2018年05月31日 0 点赞 4 评论 1188 浏览 评分:9.9
为什么只输出a的数???求教!!! 摘要:#include<stdio.h>int main(){ int a,b,t; scanf("%d,%d",&a,&b); if(a>b) { …… 文章列表 2018年05月30日 0 点赞 3 评论 130 浏览 评分:0.0
在训练场提交的时候为什么显示 格式错误 摘要:#include<stdio.h> //头文件int main() //主函数{ printf("**************************\n"); …… 文章列表 2018年05月29日 0 点赞 2 评论 84 浏览 评分:0.0
为了什么???? 摘要:有的人是为了程序员的高薪有的人是想要一份体面稳定的工作,别出差有的人是过来打酱油的早抱定了过两年就另找出路的心有的人想了解这个世界,试试看自己合不合适有的人就喜欢计算机的世界,如鱼得水有的人觉得这个行…… 文章列表 2018年05月29日 3 点赞 0 评论 583 浏览 评分:0.0