#include <stdio.h>int main()
{float month,total;int i;total = 0.0;for(i=0; i<12; i++) {scanf("%f", &month);total += month;}total /= 12;printf("$%.2f\n", total);return 0;
}

转载于:https://www.cnblogs.com/xpcode/archive/2011/01/29/1947405.html

POJ-1004-Financial Management相关推荐

  1. Introduction to Financial Management

    Recently,i am learning some useful things about financial management by reading <Essentials of Co ...

  2. NUC1011 Financial Management【数学计算+水题】

    Financial Management 时间限制: 1000ms 内存限制: 10000KB 问题描述 Larry graduated this year and finally has a job ...

  3. SAP FICO - Functional Area/ Financial Management Area(FM Area)

    Functional Area 是功能范围,是一个对基于活动发生的费用排序的组织单位. 例如:生产,管理,销售,研发等. 功能范围允许建立符合要求的财务报表. 如果该组织遵循销售成本会计,那必须在SA ...

  4. HFM student Hyperion Financial Management

    HFM student  Hyperion Financial Management https://docs.oracle.com/cd/E57185_01/index.htm <Oracle ...

  5. Oracle Hyperion Financial Management工具介绍及脚本使用

    oracle HFM工具介绍及脚本使用 一.oracle HFM工具介绍 Oracle Hyperion Financial Management提供了财务整合和报告功能,使您能够快速整合和报告财务结 ...

  6. ZOJ 1048|POJ 1004|HDU1064 Financial Management

    https://zoj.pintia.cn/problem-sets/91827364500/problems/91827364547 题解: C++版本一 /* *@Author: STZG *@L ...

  7. POJ 1004:Financial Management

    Description Larry今年毕业并且找了一份工作.他赚了很多钱,但是不知道为什么他从来不觉得自己赚的已经足够.Larry决定他需要管理他的钱并且解决他的金融问题.第一步是需要了解他的钱怎么样 ...

  8. 题目1148:Financial Management

    /*** 题目描述:Larry graduated this year and finally has a job. He's making a lot of money, but somehow n ...

  9. 财务管理c语言oj,九度OJ 1141:Financial Management (财务管理) (平均数)

    时间限制:1 秒 内存限制:32 兆 特殊判题:否 提交:939 解决:489 题目描述: Larry graduated this year and finally has a job. He's ...

  10. 题目1141(1148):Financial Management

    时间限制:1 秒 内存限制:32 兆 特殊判题:否 提交:585 解决:331 题目描述: Larry graduated this year and finally has a job. He's ...

最新文章

  1. 选中断还是轮询方式?深究其中的区别
  2. 004-cpu的区分
  3. [J2ME QA]真机报告MontyThread -n的错误之解释
  4. 达梦数据库查询数据库所有表名_达梦数据库的一些实用小SQL
  5. WPF绑定资源文件错误(error in binding resource string with a view in wpf)
  6. 收购一家毁一家,雅虎到底杀死了多少好产品?
  7. python入门指南-Python完全小白入门指南
  8. 40个Android源码学习实例
  9. [nRF51822] 1、一个简单的nRF51822驱动的天马4线SPI-1.77寸LCD彩屏DEMO
  10. 砸金蛋vue插件_小程序商城系统插件代码该如何写?
  11. STC学习:光敏开关
  12. html document转换,mshtml.HTMLDocumentClass转换为IHTMLDocument2问题
  13. stl文件用proe怎么打开_3D建模软件Proe怎么转换3d打印的stl文件?
  14. 常见泰勒展开公式及复杂泰勒展开求法
  15. 酷的计算机名字,女生超酷的群名大全
  16. springboot+vue房屋租赁系统-求租合同系统java
  17. 《互联网的那些事之时代》第一回:大梦谁先觉,平生我自知
  18. leetcode1480.一维数组的动态和
  19. 纯电动汽车快慢充原理介绍
  20. cadence SPB17.4 - allegro - Artwork will be rounded down

热门文章

  1. python实现xml数据解析处理
  2. python轻量级web开发框架Flask学习使用
  3. python常用的几种字符串替换函数strip、replace、sub
  4. ❤️java多线程并发编程入门 教程合集❤️
  5. docker用gpu的参数_Docker化部署(GPU)
  6. Html5变量游戏,第三章语法、关键保留字及变量
  7. mysql备份 php_详解MYSQL的备份还原(PHP实现)
  8. STL各容器的实现,时间复杂度,适用情况分析
  9. js中定义变量的符号
  10. php 会话 写入浏览器,创建PHP会话变量会挂起我的浏览器