isCharlott
isCharlott
题解
题解 | #进制A+B#
全部文章
题解
归档
标签
去牛客网
登录
/
注册
题解 | #进制A+B#
299 浏览
0 回复
2022-04-12
isCharlott
+关注
进制A+B
http://www.nowcoder.com/practice/6187581174ac48278ca3bccf8d534897
#include<stdio.h>
int main(){
int a,b;
scanf("%x %o",&a,&b);
printf("%d",a+b);
}
C
举报
收藏
赞
评论加载中...