- 浏览: 6903 次
- 性别:
- 来自: 上海
最新评论
-
levin_china:
"服务器根据请求的地址,直接设置一个最小的登录时间间 ...
12306刷票软件,做IT的你我都应该抵制
文章列表
#include <stdio.h>
#include <stdlib.h>
double pi = 3.1415926535898;
int main(int argc, char *argv[])
{
int p, e, i, d;
int k1, k2, k3;
int days;
int cnt = 1;
while (true)
{
scanf("%d %d %d %d", &p, &e, &i, &d);
if (p==-1 && e== ...
#include <stdio.h>
#include <stdlib.h>
double pi = 3.1415926535898;
int main(int argc, char *argv[])
{
int cnt, i;
float x, y;
int year;
scanf("%d", &cnt);
for (i=1; i<=cnt; i++)
{
scanf("%f %f", &x, &y);
double temp = pi * (x* ...
Hangover
Description
How far can you make a stack of cards overhang a table? If you have one card, you can create a maximum overhang of half a card length. (We're assuming that the cards must be perpendicular to the table.) With two cards you can make the top card overhang the bottom one by half a ...
Exponentiation 大实数乘法
- 博客分类:
- ACM习题
Description
Problems involving the computation of exact values of very large magnitude and precision are common. For example, the computation of the national debt is a taxing experience for many computer systems.
This problem requires that you write a program to compute the exact value of Rn where ...
因为个人原因,所以基本上每周六我都需要买动车/高铁票穿梭于两个城市间。所以12306从推出的第一天开始,我就注册成为它的用户了。
最开始,12306网站支持游客直接查询火车票信息,查到你满意的车次后再登陆下订单付款购 ...