E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
poj1004
POJ 1004
POJ1004
题意求平均值思路水题#include#includeusingnamespacestd;intmonth=12;doublebalance,average,total;intmain(){
vanadia
·
2021-04-27 23:41
北大ACM 做题顺序
OJ上的一些水题(可用来练手和增加自信)(poj1003,
poj1004
,poj1005,poj1207,poj3299,poj2159,poj2739,poj1083,poj2262,poj3006,
wy_yestin
·
2020-09-17 14:49
北大ACM
poj试题分类
lyy289065406/article/details/6642573改革V1.0——刷题法则恭祝Blog.cn开博2012.8.1较初级:OJ上的一些水题(可用来练手和增加自信)(poj1003,
poj1004
中华丛迅
·
2020-07-31 12:05
poj
POJ1004
问题描述###无~难点###错了一次,输出格式问题。题目本身没有难度。代码实现###packagepoj;importjava.text.DecimalFormat;importjava.util.Scanner;publicclassPoj1004{publicstaticvoidmain(String[]args){Scannersc=newScanner(System.in);doubles
Shiki
·
2020-04-09 18:32
POJ 1004
POJ1004
题意求平均值思路水题#include#includeusingnamespacestd;intmonth=12;doublebalance,average,total;intmain(){
vanadia
·
2020-03-02 16:26
POJ1004
这题看起来很简单,但是对于使用C语言的coder来说,有些问题是必须要注意到的。1.四舍五入的问题。这个问题其实是最简单的,因为四舍五入在c语言的输出中,利用格式控制字符就能实现,无需人为操作。例如你想输出一个保留小数点后两位的数,"%.2lf"这个控制格式将会自动的进行四舍五入。同样,想要赋值的话,可以利用将数据输出到一个缓冲区,然后再从缓冲区读出来即可。如下:doublea,b;sprintf
D_DreKing
·
2018-06-15 17:33
串行算法
POJ1004
Financial Management【保留小数】
题目:DescriptionLarrygraduatedthisyearandfinallyhasajob.He'smakingalotofmoney,butsomehowneverseemstohaveenough.Larryhasdecidedthatheneedstograbholdofhisfinancialportfolioandsolvehisfinancingproblems.The
huanghanqian
·
2016-05-28 16:00
POJ1004
简单题
POJ1004
/*poj1004-求平均数题目大意:给定12个月的消费,求平均数解题思路:维护一个总数sum,每行读入之后加到sum上,输出sum/12*/ #include usingnamespacestd
charles1e
·
2016-05-09 12:00
poj
poj1004
的java实现
import java.text.DecimalFormat; import java.util.Scanner; public class Testpoj1004 { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); float value = 0 ;
·
2015-11-13 14:36
java实现
poj1004
的java实现
import java.text.DecimalFormat; import java.util.Scanner; public class Testpoj1004 { public static void main(String[] args) { Scanner scanner = new Scanner(System.in); float value = 0 ;
·
2015-11-13 00:21
java实现
poj1004
Financial Management Time Limit: 1000MS Memory Limit: 10000K Total Submissions: 125635 Accepted: 55762 Description Larry graduated this year and finally has a job. He's
·
2015-11-12 20:45
poj
【POJ水题完成表】
.+1/n大于给的一个实数 完成
poj1004
:求一堆实数的平均数 完成 poj1005:由坐标 (0,0) 开始,以半圆为形状每年侵蚀50m
·
2015-11-11 17:56
poj
poj1004
简单题 View Code #include <iostream> using namespace std; int main() { int i; float l, ans = 0; //freopen("t.txt", "r", stdin); for (i
·
2015-11-06 08:06
poj
POJ水题集1
相同的归一类poj1003:求最小的n让1+1/2+1/3+…+1/n大于给的一个实数
poj1004
:求一堆实数的平均数poj1005:由坐标(0,0)开始,以半圆为形状每年侵蚀50m^2,问(0,0)
qq_23100787
·
2015-09-16 00:00
poj
POJ北大ACM试题分类
OJ上的一些水题(可用来练手和增加自信) (poj1003,
poj1004
,poj1005,poj1207,poj3299,poj2159,poj2739,poj1083,poj2262,poj3006
keyyuanxin
·
2015-05-27 13:00
Poj1004
importjava.util.Scanner; publicclassMain{ publicstaticvoidmain(String[]args){ Scannerscan=newScanner(System.in); doublesum=0,acount; for(inti=0;i<12;i++){ acount=scan.nextDouble(); if(acount<0){ r
tan313
·
2014-10-16 09:00
POJ1004
FinancialManagementTimeLimit: 1000MS MemoryLimit: 10000KTotalSubmissions: 131190 Accepted: 56882DescriptionLarrygraduatedthisyearandfinallyhasajob.He'smakingalotofmoney,butsomehowneverseemstohaveenoug
luoyhang003
·
2014-08-01 18:00
poj
POJ1004
解题报告
代码如下:/* Arthur:Near_zh Data:2014/08/01 Note:
POJ1004
*/ #include #include usingnamespacestd; intmain()
zhangxiao93
·
2014-08-01 13:00
poj1004
【水】
poj1004
FinancialManagementDescriptionLarrygraduatedthisyearandfinallyhasajob.He'smakingalotofmoney,butsomehowneverseemstohaveenough.Larryhasdecidedthatheneedstograbholdofhisfinancialportfolioandsolvehisfinan
hetangl2
·
2014-01-22 12:00
poj
水
poj1004
输出小数的固定位数
这个题应该是除了1000题外最简单的一题了吧,就是求一个12个月的平均值,只不过输出要保留两位小数。#include #include usingnamespacestd; intmain(){ doublemoney=0; for(inti=0;i>f; money=money+f; } cout<
u011613729
·
2013-09-17 13:00
C++
poj
输出
有效数字
固定位数
POJ1004
:Financial Management
DescriptionLarrygraduatedthisyearandfinallyhasajob.He'smakingalotofmoney,butsomehowneverseemstohaveenough.Larryhasdecidedthatheneedstograbholdofhisfinancialportfolioandsolvehisfinancingproblems.Thefir
libin56842
·
2013-03-11 22:00
ACM
poj
解题报告
POJ上的水题
.+1/n大于给的一个实数
poj1004
:求一堆实数的平均数poj1005:由坐标(0,0)开始,以半圆为形状每年侵蚀50m^2,问(0,0)开始到(x,y)结束需要多长时间poj1006:三个周期是常数
hewei0241
·
2012-12-18 22:00
POJ1004
Financial Management
poj的水题。 import java.text.DecimalFormat; import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner scanner = new Scanner(System.in);
翼若云
·
2012-11-21 17:00
java
poj
POJ1004
Financial Management
1.题目信息http://poj.org/problem?id=1004FinancialManagementTimeLimit: 1000MS MemoryLimit: 10000KTotalSubmissions: 92521 Accepted: 45271DescriptionLarrygraduatedthisyearandfinallyhasajob.He'smakingalotofmo
Sinchb
·
2012-10-08 18:00
算法
Date
input
each
float
output
POJ1004
Financial Management
题目大意&&思路:不能再水了这道题目,求平均数。但是有几点可以引申并且要注意的:printf("%.2lf");是不规范的,只是在大部分的系统可以接受,所以这道水题我WA了2次让我情何以堪啊~~~呜呜。。只有printf("%.2f");才是规范的。即可接受单精度,又可接受双精度。(1)错误的做法:intn=12; doublesum=0,tmp; while(n--) { scanf("%lf"
kg_second
·
2012-10-06 10:00
POJ 试题分类
改革V1.0——刷题法则恭祝Blog.cn开博2012.8.1较初级:OJ上的一些水题(可用来练手和增加自信)(poj1003,
poj1004
,poj10
nike0good
·
2012-08-09 08:59
C++
POJ 试题分类
改革V1.0——刷题法则恭祝Blog.cn开博2012.8.1较初级:OJ上的一些水题(可用来练手和增加自信) (poj1003,
poj1004
,poj
nike0good
·
2012-08-09 08:00
POJ1004
·Financial Management
DescriptionLarrygraduatedthisyearandfinallyhasajob.He'smakingalotofmoney,butsomehowneverseemstohaveenough.Larryhasdecidedthatheneedstograbholdofhisfinancialportfolioandsolvehisfinancingproblems.Thefir
OldPanda
·
2012-06-01 00:00
water~4
poj1004
http://poj.org/problem?
Midnight0101
·
2011-08-06 14:00
water
贴些poj超级水题(AC)(1)
.+1/n大于给的一个实数
poj1004
:求一堆实数的平均数poj1005:由坐标(0,0)开始,以半圆为形状每年侵蚀50m^2,问(0,0)开始到(x,y)结束需要多长时间poj1006:三个周期是常数
inthat
·
2011-06-24 18:00
Date
struct
ini
iostream
电话
permutation
POJ 1004(平均数) 解题报告
/*__________________________________________________
POJ1004
题_________________________________________
masikkk
·
2010-05-30 14:00
input
each
float
output
poj1004
package easy; import java.util.Scanner; /** *
poj1004
easy * @author NC */ public class
200830740306
·
2010-02-26 11:00
java
上一页
1
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他