#27286: LOL


mango971218@gmail.com (永夜ʟᴏͥᴠͣᴇͫγou)

學校 : 不指定學校
編號 : 167425
來源 : [203.72.178.1]
最後登入時間 :
2022-03-11 13:45:09
a861. 1. Secure the Perimeter -- HP CodeWars2010 | From: [203.72.178.1] | 發表日期 : 2021-09-22 17:25

#include <iostream>
using namespace std;
int main(int argc, char** argv){
int a,b;
while(cin>>a>>b){
cout<<(a+b)*2<<endl;
}
}

 

 
ZeroJudge Forum