题解列表

筛选

分段计算-题解(C++代码)

摘要:没有太大的问题,注意细节就不会出错 代码如下: ```cpp #include using namespace std; int main() { int x,y; cin>>x……