wu-淘淘的名单 (C++代码) 摘要:解题思路:题目很简单 按照要求来就行参考代码:#include<iostream> #include<cstring> using namespace std; void f(string s…… 题解列表 2017年12月07日 3 点赞 0 评论 1637 浏览 评分:0.0
淘淘的名单 (C语言代码) 摘要:解题思路:注意事项:参考代码:#include<stdio.h> #include<string.h> int main(){ char a[100000][5]; int n,i; …… 题解列表 2017年10月22日 1 点赞 1 评论 1404 浏览 评分:7.3
淘淘的名单 (C语言代码) 摘要:#include <stdio.h>#include <string.h>int main(){ char str[5];//最大长度5 int n; scanf("%d",&n);//输入n次 wh…… 题解列表 2017年09月27日 2 点赞 0 评论 1244 浏览 评分:0.0
淘淘的名单 (C语言代码)答案错误??? 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <stdlib.h>#include <string.h>int main(){ int i,n; char str…… 题解列表 2017年09月14日 0 点赞 1 评论 656 浏览 评分:2.0