#include<stdio.h>
int max(int a,int b,int c);
int main()
{
int a,b,c;
while(scanf("%d %d %d",&a,&b,&c)!=EOF){
printf("%d\n",max(a,b,c));}
return ;
} int max(int a,int b,int c)
{
int m;
m=a;
if(b>m)
m=b;
if(c>m)
m=c;
return m;
}

最新文章

  1. 【整理】Word OpenXML常用标签
  2. iOS,手势识别简单使用
  3. DataTable
  4. 【Unity3D基础教程】给初学者看的Unity教程(一):GameObject,Compoent,Time,Input,Physics
  5. MemcacheQ 安装与使用
  6. android Java BASE64编码和解码二:图片的编码和解码
  7. How to override create,write,unlink method in Odoo v8
  8. 强连通+二分匹配(hdu4685 Prince and Princess)
  9. D3.js 布局
  10. sql2008+vs2008安装心得以及详细教程分享
  11. win10亮度不能调节的解决方法
  12. 单元测试系列:Mock工具Jmockit使用介绍
  13. 深入学习 FutureTask
  14. POJ-1038 Bugs Integrated, Inc. (状压+滚动数组+深搜 的动态规划)
  15. Linux中在防火墙中开启80端口的例子
  16. Python中的replace方法
  17. C#实现两个时间相减的方法
  18. TA-Lib中文文档(二):talib安装
  19. 监控memcache服务
  20. ABAP CDS - SELECT, WHERE

热门文章

  1. WebForm 在 Global.asax 中捕获全局异常
  2. 【转载】How long is “too long” for MySQL Connections to sleep?
  3. [05] css优先级
  4. 转载:Apache commons开源工具简介
  5. 【CF1023E】Down or Right(交互,贪心)
  6. bzoj 1076 状压DP
  7. bzoj 1009 DP+矩阵加速
  8. bzoj 1005 组合数学 Purfer Sequence
  9. PHP正则经典漏洞
  10. elastaticsearch