#include<stdio.h> #include<algorithm> #include<cmath> int judge(int a) { int j; for (j = 2; j <= sqrt(a); j++) { if (a%j == 0) return 1; } return 0; } ...
分类:
其他好文 时间:
2017-07-31 12:36:41
阅读次数:
149
1.总的调度流程,通过linux下的crontab定时执行一个包含kjb执行信息的shell脚本 2.XXXX_0_Execute_Judge转换下有两个作业,通过获取每天的同步状态值来判断是否执行同步工作,如果同步状态不满足,会发邮件告知 3.XXXX_A0_Connect_Next作业下含有四个 ...
分类:
数据库 时间:
2017-07-30 22:03:14
阅读次数:
471
Find The Multiple Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 21436 Accepted: 8775 Special Judge Description Given a positive integer n ...
分类:
其他好文 时间:
2017-07-30 14:50:17
阅读次数:
103
1185: [HNOI2007]最小矩形覆盖 Time Limit: 10 Sec Memory Limit: 162 MBSec Special Judge Submit: 1114 Solved: 505 [Submit][Status][Discuss] Description 凸包+旋转卡壳 ...
分类:
其他好文 时间:
2017-07-29 12:48:15
阅读次数:
167
Evacuation Plan Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 4914 Accepted: 1284 Special Judge Description The City has a number of muni ...
分类:
其他好文 时间:
2017-07-29 12:42:37
阅读次数:
230
Traction – I keep doing this, but I really can’t help it. The brain can’t help but judge certain things by how they look prior to experiencing it firs ...
分类:
其他好文 时间:
2017-07-29 11:40:29
阅读次数:
205
A - Okabe and Future Gadget Laboratory 水题,瞎暴力就能过。 #include<bits/stdc++.h> using namespace std; int n; int a[55][55]; bool judge(int x,int y,int v) { f ...
分类:
其他好文 时间:
2017-07-28 20:51:58
阅读次数:
180
The Pilots Brothers' refrigerator Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 18040 Accepted: 6841 Special Judge Description The game “ ...
分类:
其他好文 时间:
2017-07-28 20:04:31
阅读次数:
158
Collecting Bugs Time Limit: 10000MS Memory Limit: 64000K Total Submissions: 5760 Accepted: 2853 Case Time Limit: 2000MS Special Judge Description Ivan ...
分类:
其他好文 时间:
2017-07-27 18:25:16
阅读次数:
179
Language: Default Wedding Time Limit: 1000MS Memory Limit: 65536K Total Submissions: 9004 Accepted: 2722 Special Judge Description Up to thirty couple ...
分类:
其他好文 时间:
2017-07-27 11:30:33
阅读次数:
139