三分求极值时间限制:10000ms单点时限:1000ms内存限制:256MB描述这一次我们就简单一点了,题目在此:在直角坐标系中有一条抛物线y=ax^2+bx+c和一个点P(x,y),求点P到抛物线的最短距离d。输入第1行:5个整数a,b,c,x,y。前三个数构成抛物线的参数,后两个数x,y表示P点... Read More
posted @ 2015-04-07 17:17 再见,少年 Views(163) Comments(0) Diggs(0) Edit
通过代码测试:/* coder: ACboy date: 2010-3-1*/#include #include using namespace std;int main(){ cout << "int 类型能存储的最大值和最小值" << endl; cout << "INT_MAX = " <... Read More
posted @ 2015-04-07 10:01 再见,少年 Views(231) Comments(0) Diggs(0) Edit