去掉双斜杠注释-题解(C语言代码) 摘要:```cpp #include #include #include using namespace std; int main() { string s; int ta…… 题解列表 2019年11月11日 0 点赞 0 评论 443 浏览 评分:0.0
求助贴~题解1195:去掉双斜杠注释 (C++代码) 摘要:解题思路:愣是看不出哪里有错参考代码:#include <iostream> #include <cstdio> #include <cstring> #include <cmath> usi…… 题解列表 2018年03月23日 1 点赞 0 评论 869 浏览 评分:0.0
1195: 去掉双斜杠注释 摘要:解题思路:注意事项:参考代码:while True: try: n=input() if n[0]=='/' and n[1]=='…… 题解列表 2022年02月19日 0 点赞 0 评论 163 浏览 评分:0.0
去掉双斜杠注释 (C语言代码) 摘要:参考代码:#include<stdio.h>#include<string.h> int main(){ char str[10000]={0}…… 题解列表 2019年02月01日 0 点赞 0 评论 488 浏览 评分:2.0
去掉双斜杠注释 (Java描述-简单正则表达式) 摘要:解题思路:import java.util.Scanner; public class C1195 { public static void main(String[] args) { …… 题解列表 2018年03月23日 2 点赞 0 评论 1156 浏览 评分:2.0
去掉双斜杠注释 (C语言代码) 摘要:解题思路:注意事项:参考代码: #include<stdio.h> int main() { char a[100][100];//定义一个二维数组 int i=0,j,n; whi…… 题解列表 2018年03月12日 2 点赞 1 评论 1488 浏览 评分:3.1
去掉双斜杠注释-题解(Python代码) 摘要:方法好像有点傻,现在是凌晨0:44,明早8点还有网课。所以就不思考更加简洁的方法了 ```python while True: string = input() if stri…… 题解列表 2020年03月24日 0 点赞 0 评论 571 浏览 评分:6.0
去掉双斜杠注释 (Java代码) 摘要:解题思路: 正则截取 //后面的 所有 替换为空 输出注意事项:本题注意输出格式。居然还要把换行去掉参考代码:import java.util.Scanner; public class M…… 题解列表 2019年01月22日 0 点赞 0 评论 1201 浏览 评分:6.0
去掉双斜杠注释-题解(Java代码) 25行 摘要:解题思路:注意事项:参考代码:import java.util.Scanner; public class Main { public static void main(String[]…… 题解列表 2021年02月16日 0 点赞 0 评论 643 浏览 评分:7.3
去掉双斜杠注释-题解(C++代码)string之find函数 摘要:```cpp #include #include using namespace std; int main() { string str1="//"; string str; …… 题解列表 2020年10月20日 0 点赞 0 评论 478 浏览 评分:8.0