题解列表

筛选

去除空格-题解(C语言代码)

摘要:解题思路:注意事项:参考代码:    #include <stdio.h> #include <string.h> int main() {     int l,i;     char a[……

蓝桥杯P1003 -题解(C++代码)

摘要:##### 思路:1.如何处理输入? 2.如何比较字符串? 3.如何存储字符串。 ##### 收获:1.加深了stringstream的应用。 ```cpp #include #inclu……