沙糖桔
沙糖桔
全部文章
分类
归档
标签
去牛客网
登录
/
注册
沙糖桔的博客
全部文章
(共4篇)
题解 | #[NOIP1999]回文数#
使用字符串数组进行加法计算,不怕溢出范围。 #include <iostream> #include <cstring> using namespace std; char m[200]={0}; int cto...
C
C++
数学
数组
字符串
2022-10-18
4
399
题解 | #超级圣诞树#
#include <iostream> #include <cmath> using namespace std; int main() { int n; ...
C++
递归
2022-10-16
4
437
题解 | #小乐乐改数字#
#include <iostream> using namespace std; int main() { int a; whil...
C++
2022-10-13
1
214
题解 | #牛牛的字符菱形#
#include <iostream> #include <cmath> using namespace std; int main() { ...
C++
2022-10-05
0
220