摘要:1015. 德才论 (25) 时间限制 200 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 CHEN, Li 时间限制 200 ms 时间限制 200 ms 内存限制 65536 kB 内存限制 65536 kB 代码长度限制 8000 B 代码长
阅读全文
摘要:#include <stdio.h>#include <math.h>#include <iostream>#define MAX 10000using namespace std; bool db[MAX] = {0, 1};int ss[MAX];void ssdb(){ int i, j, k
阅读全文