摘要:
点击打开链接A sequence of N positive integers (10 #include#define MAX 100000usingnamespacestd;intmain(){int u;int sum[MAX+22];int ans;int n,s;scanf("%d",&u)... 阅读全文
摘要:
点击打开链接管闲事的小明时间限制:4000 ms | 内存限制:65535 KB难度:2描述某校大门外长度为L的马路上有一排树,每两棵相邻的树之间的间隔都是1米。我们可以把马路看成一个数轴,马路的一端在数轴0的位置,另一端在L的位置;数轴上的每个整数点,即0,1,2,……,L,都种有一棵树。 ... 阅读全文
摘要:
点击打开链接求转置矩阵问题时间限制:3000 ms | 内存限制:65535 KB难度:2描述求一个三行三列的转置矩阵。输入第一行一个整数n#includeusing namespace std;int main(){int i;cin>>i;while(i--){int a[3][3],b[3... 阅读全文