题解 1195: 去掉双斜杠注释

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

1195: 去掉双斜杠注释

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){    string str1="//";    string……

去掉双斜杠注释-题解(C++代码)

摘要: 思路很简单,用gets读入一行,一个字符一个字符的判断,只要遇到两个//就跳出循环即可 **** #include #include #include ……

melon瓜皮~承包1195题题解

摘要:解题思路:此题使用重定向,合理分情况解决,代码注释很清楚,不懂得或则不好的地方欢迎评论哦参考代码:#include <iostream> #include <cstdio> #include <c……