题解列表

筛选

IP判断 (C语言代码)

摘要:#include<stdio.h>#include<string.h>int main(){ char str[31];  int s,i,j=0;  int st[3];  while(scanf(……