题解列表

筛选

二级c语言-温度转换(C++ 代码)

摘要:解题思路: 注意事项: 在做5除于9时要用小数点,不然会返回0.参考代码:#include <iostream>using namespace std;#include <iomanip>int ma……

二级C语言-进制转换

摘要:```cpp #include #include typedef struct SNode{ int data; struct SNode *next; }SNode,*Lin……

记录一蛤 T#T

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>#include<string.h>#include<ctype.h>int even(int a){ ……