摘要:
树的判定 时间限制:1000 ms | 内存限制:65535 KB 难度:4 树的判定 时间限制:1000 ms | 内存限制:65535 KB 难度:4 A tree is a well-known data structure that is either empty (null, void, 阅读全文
摘要:
#include #include using namespace std; int x[110],y[110]; int integral(int a,int b,int c,int d){ return (c-a)*(d+b)/2; } int main() { int n; int sum=0; scanf("%d",&n); ... 阅读全文