摘要:
时间限制:3000 ms | 内存限制:65535 KB 难度:5 时间限制:3000 ms | 内存限制:65535 KB 难度:5 设平面上有N 个离散数据点( xi , yi ) ( i = 1, 2, ., n) , 其多边形重心G( . x1, . y1) 为: 这是求多边形最简单直观的方 阅读全文
摘要:
时间限制:3000 ms | 内存限制:65535 KB 难度:4 n为奇偶数时,要分清况。|a1|-|x|+|x|-|a2+……+||<=|a1-x|+|a2-x|+………+|an-x| //v0.01 C #include <stdio.h>#include <stdlib.h>int main 阅读全文
摘要:
时间限制:3000 ms | 内存限制:65535 KB 难度:1 //迭代 C 时间复杂度是0(n),时间复杂度是0(1)。 #include<stdio.h>int f(int n);int main(){ int n; int i; int m; scanf("%d",&m); getchar 阅读全文
摘要:
//优秀代码 c++ #include<iostream>#include<string>using namespace std;int main(){ string s1,s2; int n; cin>>n; while(n--) { cin>>s1>>s2; unsigned int m=s2. 阅读全文
摘要:
时间限制:3000 ms | 内存限制:65535 KB 难度:3 1 #include <stdlib.h> 2 #include <stdio.h> 3 #include <string> 4 #include <string.h> 5 #include <iostream> 6 #includ 阅读全文
摘要:
时间限制:3000 ms | 内存限制:65535 KB 难度:2 时间限制:3000 ms | 内存限制:65535 KB 难度:2 阅读全文