题解 1116: IP判断

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

筛选

IP判断-题解(Python代码)

摘要:解题思路:注意事项:参考代码:# !/usr/bin/pythonimport osimport sysimport stringn=input()while n!="End of file":   ……

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;……

IP判断-题解(Python代码)

摘要:#### 利用“异常处理”来解决字母的问题:kissing_heart: ```python while True: n = 0 lis = [i for i in input……

IP判断 (C语言代码)

摘要:解题思路:按指定规则去凑数,然后再判断ABCD四个数是否符合条件【0,255】,若全部符合则输出Y,否则输出N注意事项:参考代码:#include <stdio.h>int main(){ char ……

两种方法(C++)

摘要:解题思路:注意事项:参考代码:1.#include<iostream> #include <algorithm> #include <string> using namespace std;……

IP判断 (C语言代码)

摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <string.h>#include <math.h>int main(void){ int i, k, flag,……