Pebbles
Time Limit:1000MS Memory Limit:32768KB 64bit IO Format:%I64d & %I64u
Submit Status
Description
You're given an unlimited number of pebbles to distribute across an N x N g...
分类:
其他好文 时间:
2015-01-10 22:24:07
阅读次数:
259
炮兵阵地
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 20169
Accepted: 7805
Description
司令部的将军们打算在N*M的网格地图上部署他们的炮兵部队。一个N*M的地图由N行M列组成,地图的每一格可能是山地(用"H" 表示),也...
分类:
其他好文 时间:
2015-01-10 21:08:17
阅读次数:
387
Corn Fields
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 8512
Accepted: 4540
Description
Farmer John has purchased a lush new rectangular pasture comp...
分类:
其他好文 时间:
2015-01-10 21:07:39
阅读次数:
242
Hie with the Pie
Time Limit: 2000MS
Memory Limit: 65536K
Total Submissions: 4860
Accepted: 2581
Description
The Pizazz Pizzeria prides itself in delivering pizzas t...
分类:
其他好文 时间:
2015-01-10 21:06:44
阅读次数:
280
B -Correct Solution?Time Limit:2000MSMemory Limit:262144KB64bit IO Format:%I64d & %I64uSubmitStatusPracticeCodeForces 12BAppoint description:Descripti...
分类:
其他好文 时间:
2015-01-10 21:04:23
阅读次数:
190
嗯,程序员一个永恒的追求就是性能吧?为了衡量性能,自然需要计时。奈何无论C标准库还是C++标准库,因为通用性的考虑,其time API精度都不高。基本都是毫秒级的。所以如果要真正精确地衡量程序的性能,还是得靠系统API。下面的计时方式可以精确到class MyTimer{private: LARGE...
分类:
编程语言 时间:
2015-01-10 21:01:57
阅读次数:
322
Heritage from father
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 131070/65535 K (Java/Others)
Total Submission(s): 5178 Accepted Submission(s): 1837
Problem Description
Famous Har...
分类:
其他好文 时间:
2015-01-10 18:18:11
阅读次数:
196
Crashing Robots
Time Limit: 1000MS
Memory Limit: 65536K
Total Submissions: 8027
Accepted: 3485
Description
In a modernized warehouse, robots are used to fetch the g...
分类:
其他好文 时间:
2015-01-10 18:17:40
阅读次数:
102
Airports
From:UVA,
11733
Submit
Time Limit: 1000 MS
The government of a certain developing nation wants to improve transportation
in one of its most inacces...
分类:
其他好文 时间:
2015-01-10 18:15:29
阅读次数:
258
最近在学习Python的网络操作,网上有很多模拟登陆方法。这里做个笔记。 没有验证码的还是比较容易的。
#coding:utf-8
import re
import urllib
import urllib2
import cookielib
import os
import json
import sys
import time
from urllib import quote,unquote...
分类:
编程语言 时间:
2015-01-10 18:13:00
阅读次数:
369