题解列表

筛选

[编程入门]利润计算 c++

摘要:参考代码:#include<iostream>using namespace std;int fun(  long int a){ double b; if (a <= 100000)b = a * ……

很容易的方法

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>typedef struct STU { int num; int score; struct ST……

看不懂你来砍我

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>typedef struct STU { int num; int score; struct ST……