主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
toxible
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
3
发帖
1
笔记
0
Ta的粉丝
495
关注数
0
粉丝数
495
获赞数
1
阅读数
36712
思路比较直
#include<stdio.h> int main(){ int a,b,pos; while(scanf("%d",&a)!=EOF){ pos=1,b=0; while(a!=0){ if(a%2==1) b+=pos;...
P1380
2020年5月6日 15:46
回复 0
|
赞 0
|
浏览 10.1k
以前面对回文问题都是用字符串,这次想好好做
#include <stdio.h> int main(){ int a,b,temp; while(scanf("%d",&a)!=EOF){ b=a; temp=0; while(a!=0){ temp=temp*10+...
P1700
2020年5月6日 14:52
回复 0
|
赞 0
|
浏览 7.6k
有点耍滑头,但是姑且能通过。
#include<stdio.h> #include<string.h> int trans(char *str){ //懒得考虑位数问题,干脆选择以字符串的形式操作。 int length=strlen(str); ...
P1003
2020年5月3日 17:00
回复 0
|
赞 1
|
浏览 10.1k
本科学校:海南大学
目标学校:中国海洋大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!