去掉双斜杠注释 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char a[1000]; int t,i; while(…… 题解列表 2017年08月01日 2 点赞 0 评论 2113 浏览 评分:9.0
去掉双斜杠注释 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char s[500]; int i,j,k,flag; while(get…… 题解列表 2018年02月10日 0 点赞 0 评论 601 浏览 评分:0.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
Mark11:continue——跳出 摘要:/* ** 本题中的双斜杠注释有两种情况 ** 1.自成一段:这是要全部删去的,且不能留下一个空行 ** 2.接在一行代码后:则需删去“//”后的所有字符及其自身 ** 第一种情况,使用了contin…… 题解列表 2018年10月13日 1 点赞 2 评论 521 浏览 评分:9.9
去掉双斜杠注释 (C语言代码) 摘要:参考代码:#include<stdio.h>#include<string.h> int main(){ char str[10000]={0}…… 题解列表 2019年02月01日 0 点赞 0 评论 488 浏览 评分:2.0
去掉双斜杠注释 (C++代码) 摘要:#include <bits/stdc++.h> using namespace std; int main() { string s[300]; int i=0,j,k,flag;…… 题解列表 2019年05月08日 0 点赞 0 评论 533 浏览 评分:0.0
去掉双斜杠注释-题解(C语言代码) 摘要:```cpp #include #include #include using namespace std; int main() { string s; int ta…… 题解列表 2019年11月11日 0 点赞 0 评论 443 浏览 评分:0.0
去掉双斜杠注释-题解(C语言代码)值得参考 摘要: #include #include int main() { char a[100][100]; int i,j,k,record; …… 题解列表 2019年11月30日 0 点赞 1 评论 844 浏览 评分:8.5
优质题解 去掉双斜杠注释-题解(C语言代码)(方便,简洁,易理解) 摘要:####1. 注意点 1.有空格的字符串输入 2.双斜杠的判断以及是否判断出某行有双斜杠是否去除 ####2. 解题思路 1.scanf函数和gets函数的使用: 1)输入规则…… 题解列表 2020年02月29日 0 点赞 0 评论 1679 浏览 评分:8.5
去掉双斜杠注释-题解(C语言代码) 摘要: #include int main(void) { int i = 0, j = 0; char c, a, b, s[1000000…… 题解列表 2020年03月28日 0 点赞 0 评论 287 浏览 评分:0.0