题解列表

筛选

IP判断 (C语言代码)

摘要:#include <stdio.h> #include <string.h> #include <math.h> int deal(char s[],int n);//函数解决 int mai……

母牛的故事 此题可AC (C语言代码)

摘要:解题思路:                     //四年后,本年牛的数量等于上一年的数量加三年前的数量注意事项:                 参考代码:#include<stdio.h>int……