上一页 1 ··· 315 316 317 318 319 320 321 322 323 ··· 621 下一页

2021年12月2日

摘要: #include <iostream> #include <string> using namespace std; #include <stdio.h> #include <memory.h> #define MAXLEN 250 int largelettersize(const char* s 阅读全文
posted @ 2021-12-02 14:12 lydstory 阅读(15) 评论(0) 推荐(0)
摘要: 4. getline()(包含头文件#include <string>) 若定义变量为string类型,注意不是字符型数组。则要考虑getline()函数。用法如下: int main() { string st; getline(cin,st); cout<<st<<endl; return0; 阅读全文
posted @ 2021-12-02 13:59 lydstory 阅读(123) 评论(0) 推荐(0)
摘要: #include <iostream> #include <string> using namespace std; #include <stdio.h> #include <memory.h> #define MAXLEN 250 int largelettersize(const char* s 阅读全文
posted @ 2021-12-02 13:51 lydstory 阅读(72) 评论(0) 推荐(0)
摘要: int main() { while(1) { cin >> str; if(cin.get() == '\n") continue; } return 0; } 阅读全文
posted @ 2021-12-02 13:35 lydstory 阅读(65) 评论(0) 推荐(0)

2021年12月1日

摘要: #include <iostream> #include <stdio.h> using namespace std; bool ValidIpAddr(char const * str) { int n, ip1, ip2, ip3, ip4; char dummy; bool valid = t 阅读全文
posted @ 2021-12-01 11:49 lydstory 阅读(111) 评论(0) 推荐(0)
摘要: 牛客网c++如何处理输入输出 牛客网c++如何处理输入输出 牛客网c++如何处理输入输出 阅读全文
posted @ 2021-12-01 11:27 lydstory 阅读(92) 评论(0) 推荐(0)
摘要: 最好是做过ddr flash 电池加电也是软件实现 阅读全文
posted @ 2021-12-01 10:41 lydstory 阅读(21) 评论(0) 推荐(0)

2021年11月30日

摘要: 1.矩阵 2.排序 3.字符串中大写字母个数统计 4.数字转成字符串输出 等等等..... 阅读全文
posted @ 2021-11-30 06:22 lydstory 阅读(28) 评论(0) 推荐(0)
摘要: 这是练习题链接:https://www.nowcoder.com/ta/huawei 《牛客网华为机试》 ,你可以先练习下简单题和中等题哈。我今天把正式机考链接发到你邮箱,7天内完成就可以了。 阅读全文
posted @ 2021-11-30 06:12 lydstory 阅读(385) 评论(0) 推荐(0)

2021年11月27日

摘要: Today最开心的事:1、同客户交流发现行业新痛点2、和同行大咖碰撞、探讨3、发现一个巧妙解决方案 不是发现了一个已有技术方案,而是找到一个巧妙的路径去解决这个问题 阅读全文
posted @ 2021-11-27 07:30 lydstory 阅读(49) 评论(0) 推荐(0)
上一页 1 ··· 315 316 317 318 319 320 321 322 323 ··· 621 下一页

导航