2014年1月7日 星期二

[ZJ] a861. 1. Secure the Perimeter


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

沒有留言:

張貼留言