上一页 1 ··· 3 4 5 6 7 8 下一页
摘要: ac代码: #include <iostream>#include <string.h>using namespace std; int main(){ int n; cin >> n; int m, a[1001], propertyTag; memset(a, 0, sizeof(a)); fo 阅读全文
posted @ 2017-08-09 11:46 diamondDemand 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cnblogs.com/ZefengYao/p/6644240.html #define _CRT_SECURE_NO_DEPRECATE#include<iostream>#include<algorithm>#include<cstring>using namespa 阅读全文
posted @ 2017-08-09 10:55 diamondDemand 阅读(100) 评论(0) 推荐(0) 编辑
摘要: #include<stdio.h>#include<math.h>#include <iostream>#include <string.h>using namespace std;int main(){ int n; char ch; cin >> n >> ch; char a[40000]; 阅读全文
posted @ 2017-08-09 08:42 diamondDemand 阅读(127) 评论(0) 推荐(0) 编辑
摘要: #include <iostream>#include <math.h>using namespace std; int isTooFat(float &a, float &b){ a = (a - 100) * 0.9 * 2; //calculate the standard weight, u 阅读全文
posted @ 2017-08-08 17:34 diamondDemand 阅读(330) 评论(0) 推荐(0) 编辑
摘要: L1-028. 判断素数 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 时间限制 400 ms 时间限制 400 ms 内存限制 65536 kB 内存限制 65536 kB 代码长度限制 8000 B 代码长度限制 8000 阅读全文
posted @ 2017-08-07 16:50 diamondDemand 阅读(307) 评论(0) 推荐(0) 编辑
摘要: L1-027. 出租 阅读全文
posted @ 2017-08-07 16:02 diamondDemand 阅读(117) 评论(0) 推荐(0) 编辑
摘要: L1-024. 后天 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 时间限制 400 ms 时间限制 400 ms 内存限制 65536 kB 内存限制 65536 kB 代码长度限制 8000 B 代码长度限制 8000 B 阅读全文
posted @ 2017-07-28 17:53 diamondDemand 阅读(323) 评论(0) 推荐(0) 编辑
摘要: 题目连接: https://www.patest.cn/contests/gplt/L1-023 L1-023. 输出GPLT 时间限制 150 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 时间限制 150 ms 时间限制 150 ms 内存 阅读全文
posted @ 2017-07-28 17:46 diamondDemand 阅读(177) 评论(0) 推荐(0) 编辑
摘要: 转自:http://www.cnblogs.com/zhien-aa/p/5639726.html L1-020. 帅到没朋友 时间限制 200 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 时间限制 200 ms 时间限制 200 ms 内存 阅读全文
posted @ 2017-07-28 10:06 diamondDemand 阅读(228) 评论(0) 推荐(0) 编辑
摘要: L1-018. 大笨钟 时间限制 400 ms 内存限制 65536 kB 代码长度限制 8000 B 判题程序 Standard 作者 陈越 时间限制 400 ms 时间限制 400 ms 内存限制 65536 kB 内存限制 65536 kB 代码长度限制 8000 B 代码长度限制 8000 阅读全文
posted @ 2017-07-27 09:59 diamondDemand 阅读(1227) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 下一页