摘要: 题目如下: 思路: <1> 1->11 11->110 最终 110+11=121 <2>cout一个数的话会默认为int 代码如下: #include<cstdio> #include<iostream> #include<cmath> using namespace std; int main( 阅读全文
posted @ 2020-07-17 23:22 miao-xixixi 阅读(178) 评论(0) 推荐(0)