题解列表

筛选

记录skdhfiasfhgjksadkfh

摘要:解题思路:注意事项:参考代码:#include "stdio.h"#include<stdlib.h>typedef int Elemtype;typedef struct LNode //结构定义{……

1124: C语言训练-大、小写问题

摘要:注意事项:看代码!!!参考代码:#include<stdio.h>#include<string.h>int main(){    char s[100];    gets(s);     int l……

最简短的代码

摘要:解题思路:看代码吧!!注意事项:参考代码:#include<stdio.h>int main(){     printf("1/40,3/40,7/40,9/40,11/40,13/40,17/40,……

用c++类求分段函数

摘要:#include<iostream>#include<math.h>#include <iomanip>using namespace std;class text{ private: double……