题解列表

筛选

Cylinder (C++代码)principle 's c++

摘要:解题思路:前面最高赞的那个兄弟是我见过最简单的思路不在这里复述,以表尊重但是有一点一定要注意定义π的时候一定能要足够精确,如果定义了是3.14159是过不了的目前试过最少也要达到3.141592653……
优质题解

Manchester- 【密码】

摘要:解题思路:定义四个变量 且初值设置为0:   int numofdaxie;  等于0表示大写没出现,等于1表示出现    int numofxiaoxie;等于0表示小写没出现,等于1表示出现   ……

内码对称 (C语言代码)

摘要:解题思路:注意事项:参考代码:#include <stdio.h>  #include <stdlib.h>  #include <math.h>  #include <string.h>  int ……

写个C++的(C++代码)

摘要:解题思路:和C差不多,,,注意事项:参考代码:#include<iostream>#include <cmath>using namespace std;int main(){ int a[10]; ……