标签:scan -- can 分数 表示 nbsp class color 输出
描述
5 9 10 7 11 1 6 5 7 3 5 2 7 3 7 6 0
19 13
#include<stdio.h> int main() { int n,a,b,sum,max; while(scanf("%d",&n),n) { max=0; while(n--) { scanf("%d%d",&a,&b); sum=a+b; if(max<sum) max=sum; } printf("%d\n",max); } return 0; }
标签:scan -- can 分数 表示 nbsp class color 输出
原文地址:http://www.cnblogs.com/2228212230qq/p/7900323.html