最新文章列表

water~9

poj2109http://poj.org/problem?id=2109 很神奇的居然a了 #include <iostream> #include <cmath> using namespace std; int main() { double a,b; cout.precision(0); cout.setf(ios_base::fi ...
Midnight0101 评论(0) 有461人浏览 2011-08-06 18:01

water~8

poj2027http://poj.org/problem?id=2027 just for fun #include <iostream> using namespace std; int main() { int n; cin>>n; for(int i=0;i<n;i++) { int a,b; cin>>a ...
Midnight0101 评论(0) 有648人浏览 2011-08-06 17:22

water~6

poj1088http://poj.org/problem?id=1088 滑雪,DP,水题 #include <iostream> #include <fstream> using namespace std; int node[105][105]; int dp[105][105]; int r,c; int dpit(int i,int j) { ...
Midnight0101 评论(0) 有758人浏览 2011-08-06 14:27

water~5

poj1003http://poj.org/problem?id=1003 super water~ #include <iostream> using namespace std; void waterit(double a) { int i=0; double s=0.0; while(s<a) { s=s+1.0/((double) ...
Midnight0101 评论(0) 有661人浏览 2011-08-06 14:24

water~4

poj1004http://poj.org/problem?id=1004 super water #include <iostream> using namespace std; int main() { double ans=0; for(int i=0;i<12;i++) { double temp; cin>>temp; ...
Midnight0101 评论(0) 有699人浏览 2011-08-06 14:09

water~3

poj2159http://poj.org/problem?id=2159 题目非常水,不过题意非常容易理解错。 #include <iostream> #include <string> #include <algorithm> using namespace std; int main() { string str1,str2; ...
Midnight0101 评论(0) 有565人浏览 2011-08-06 13:59

water~2

poj3299http://poj.org/problem?id=3299 #include <iostream> #include <fstream> #include <cmath> #define EXP 2.718281828 using namespace std; double funcE(double dewPoint) { ...
Midnight0101 评论(0) 有564人浏览 2011-08-06 12:10

最近博客热门TAG

Java(141747) C(73651) C++(68608) SQL(64571) C#(59609) XML(59133) HTML(59043) JavaScript(54918) .net(54785) Web(54513) 工作(54116) Linux(50906) Oracle(49876) 应用服务器(43288) Spring(40812) 编程(39454) Windows(39381) JSP(37542) MySQL(37268) 数据结构(36423)

博客人气排行榜

    博客电子书下载排行

      >>浏览更多下载

      相关资讯

      相关讨论

      Global site tag (gtag.js) - Google Analytics