文章列表
1007:分段函数求值
摘要:有一个函数y={ x x<1 | 2x-1 1<=x<10 { 3x-11 x>=10写一段程序,输入x,输出y简化后输入一个x,if x<1,输出x;if 1<=x<……
c++小游戏:坦克大战-第一部分
摘要:/*从网上看到的,觉得好玩,分享一下*/#include <stdio.h>#include <windows.h>#include <time.h> ……
哪位大师来看看哪有问题
摘要:#include<iostream>
using namespace std;
int a[100000][100000];
int print(int l,int r,int w,int s)……