IP判断-题解(Python代码) 摘要:解题思路:注意事项:参考代码:# !/usr/bin/pythonimport osimport sysimport stringn=input()while n!="End of file": …… 题解列表 2020年07月17日 0 点赞 0 评论 296 浏览 评分:0.0
IP判断 (C语言代码) 摘要:#include "stdio.h"#include "string.h"int ex(int len,char a[]){ int i,s=0,t=1; for (i = len-1; i >=0;…… 题解列表 2018年10月26日 0 点赞 0 评论 595 浏览 评分:0.0
沸羊羊 C# 1116: IP判断 摘要:```cpp #include using namespace std; int main() { int a[4]={0}; string s; while(cin>>…… 题解列表 2022年08月10日 0 点赞 0 评论 136 浏览 评分:0.0
IP判断 (C语言代码)容易理解 摘要:解题思路: 就这样吧!注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){ char a[100]; int n=1; in…… 题解列表 2018年06月22日 2 点赞 0 评论 568 浏览 评分:0.0
IP判断-题解(C语言代码) 摘要:#include #include int main() { //char st[35]; char ch[35]; int f; int dian,s;…… 题解列表 2019年10月15日 0 点赞 0 评论 275 浏览 评分:0.0
IP判断-题解(Python代码) 摘要:#### 利用“异常处理”来解决字母的问题:kissing_heart: ```python while True: n = 0 lis = [i for i in input…… 题解列表 2021年01月24日 0 点赞 0 评论 229 浏览 评分:0.0
IP判断 (C语言代码) 摘要:解题思路:按指定规则去凑数,然后再判断ABCD四个数是否符合条件【0,255】,若全部符合则输出Y,否则输出N注意事项:参考代码:#include <stdio.h>int main(){ char …… 题解列表 2019年01月20日 0 点赞 0 评论 588 浏览 评分:0.0
两种方法(C++) 摘要:解题思路:注意事项:参考代码:1.#include<iostream> #include <algorithm> #include <string> using namespace std;…… 题解列表 2021年08月21日 0 点赞 0 评论 131 浏览 评分:0.0
junmu1116:IP判断 喜欢用goto的朋友过来集合啦,啊哈哈哈哈哈哈 摘要:解题思路: 思路吗?找到一个错误就跳出去,啊哈哈哈哈哈哈注意事项: 别被自己的goto绕晕就好,啊哈哈哈哈哈哈 …… 题解列表 2019年02月15日 2 点赞 0 评论 473 浏览 评分:0.0
IP判断 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <string.h>#include <math.h>int main(void){ int i, k, flag,…… 题解列表 2018年03月28日 0 点赞 0 评论 615 浏览 评分:0.0