三7
三7
全部文章
题解
归档
标签
去牛客网
登录
/
注册
三7的博客
全部文章
/ 题解
(共2篇)
题解 | #Digital Roots#
递归求解 ` #include<iostream> using namespace std; #include<string> int digui(int x){ string str=to_string(x);//将输入的数转换成字符串 int result...
C++
2021-11-30
4
386
题解 | #xxx定律#
xxx定律# #include<iostream> using namespace std; #include<vector> int main(){ vector<int>goin; int a=1; while(cin>>a...
C++
2021-11-30
0
352