题解列表

筛选

幸运儿 (C++代码)

摘要:解题思路:注意事项:参考代码:#include <iostream> #include <cstring> using namespace std; int a[52]; int c[52];……

恺撒密码 (C++代码)

摘要:解题思路:注意事项:参考代码:#include <iostream> #include<string> #include<cctype> using namespace std; string……

成绩转换 (C++代码)

摘要:解题思路:注意事项:参考代码:#include <iostream> using namespace std; int main() {     int n;     while(c……

求圆的面积 (C语言代码)

摘要:解题思路:根据面积=圆周率*半径*半径,再合理利用scanf函数和print函数即可注意事项:要先定义scanf函数再定义两个变量之间的关系               注意两位小数         ……