题解列表

筛选

字符串分类统计

摘要: #include using namespace std; int main() { int num = 0, letter = 0, space =……

利 润 计 算

摘要: #include using namespace std; int main() { int x, sum; cin >> x; ……

成 绩 评 定

摘要: #include using namespace std; int main() { int n; cin >> n; if ……

分段函数求值

摘要: #include using namespace std; int main() { int x, y; cin >> x; ……

温 度 转 换

摘要: #include #include using namespace std; int main() { float f,c; c……