摘要: 今天做一个很简单的oj来温习下c 语言题目如下输入3位正整数输出逆置后的正整数代码如下:#include"stdio.h"int main(){float h,sum;int inputCount;int n;char input[3];scanf("%s",&input);n=2;while(n... 阅读全文
posted @ 2014-07-31 11:10 王若伊_恩赐解脱 阅读(7992) 评论(0) 推荐(0)