天下一家·MJ

博客园 首页 新随笔 联系 订阅 管理

随笔分类 -  PAT

Programming Ability Test
摘要:#include "stdio.h"#include "math.h"long Prime(long);long PrimeCount(long,long);int main(){ int a,curPrime,cfCount; int v; int tPrime=0; sc... 阅读全文
posted @ 2014-12-07 19:39 天下一家·MJ 阅读(471) 评论(0) 推荐(0)

摘要:#include "stdio.h"#include "malloc.h"#include "math.h"int *getinput(int len);double calc(int *data,int len);int main(){ int len=0; int *data; ... 阅读全文
posted @ 2014-12-07 16:34 天下一家·MJ 阅读(547) 评论(0) 推荐(0)

摘要:#include "stdio.h"#include "malloc.h"#include "math.h"void calc(int num,int N,long *data);int main(){ int N,num; long *result; scanf("%d",&nu... 阅读全文
posted @ 2014-12-07 16:33 天下一家·MJ 阅读(151) 评论(0) 推荐(0)

友情链接Tkin的技术博客