
ZOJ
☄Veni
Rose is a rose is a rose.
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
【 ZOJ Problem Set - 1048 】 Financial Management
发现一个艸棘easy的ZOJ题目:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemCode=1048代码:#include<iostream>using namespace std;int main(){ float n[12],s=0.00,av=0.00; for (int i = 0; i &lt...原创 2018-12-31 12:17:38 · 218 阅读 · 0 评论 -
【ZOJ Problem Set - 1049】I Think I Need a Houseboat
题目:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=49代码:#include<iostream>#include<iomanip>#define E 3.14using namespace std;int main(){ int N; float X, Y ,Z[100]; c...原创 2018-12-31 23:09:31 · 167 阅读 · 0 评论 -
【ZOJ Problem Set - 1067】Color Me Less
Problem:http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=67Code:#include&lt;iostream&gt;#include&lt;cmath&gt;using namespace std;int main(){ int i = 0, j = 0, count=0, near=0; //...原创 2019-01-06 15:22:07 · 182 阅读 · 0 评论 -
ZOJ刷题题目分类
初学者题:1001 1037 1048 1049 1067 1115 1151 1201 1205 1216 1240 1241 1242 1251 1292 1331 1334 1337 1338 1350 1365 1382 1383 1394 1402 1405 1414 1494 1514 1622 1715 1730 1755 1760 1763 1796 1813 1879 1889...原创 2019-01-06 16:09:43 · 2941 阅读 · 0 评论