晴窗云汐读卷人
晴窗云汐读卷人
全部文章
分类
归档
标签
去牛客网
登录
/
注册
晴窗云汐读卷人的博客
全部文章
(共34篇)
题解 | 温标转换
#include <iomanip> #include <ios> #include <iostream> using namespace std; int main() { double k; cin >> k; doubl...
2025-07-23
0
10
题解 | 出生日期输入输出
#include <iostream> #include <string> using namespace std; int main() { string s; cin >> s; string year = s.substr(0,4)...
2025-07-23
0
15
题解 | 牛牛学说话之-整数
#include <iostream> using namespace std; int main() { int n; cin >> n; cout << n << endl; return 0; } // ...
2025-07-22
0
15
题解 | Hello Nowcoder
#include <iostream> using namespace std; /*int main() { int a, b; while (cin >> a >> b) { // 注意 while 处理多个 case cou...
2025-07-22
0
19
首页
上一页
1
2
3
4
下一页
末页