Problem hidden
This problem was hidden by Editorial Board member probably because it has incorrect language version or invalid test data, or description of the problem is not clear.

RGB7002 - Гурвалжин

Өгөгдсөн гурвалжны периметрийг ол.

Input

Гурвалжны талууд бүхэл тоогоор нэг мөрөнд зайгаар тусгаарлагдан өгөгдөнө.

Output

Гурвалжны периметр.

Example

Input:
3 4 5

Output:
12


Added by:Bataa
Date:2011-01-15
Time limit:1s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:NCSHARP C++ 4.3.2 CPP CPP14 JULIA PYPY3

hide comments
2024-10-14 07:50:10
#include<bits/stdc++.h>
using namespce std;
int main() {
int a, b, c, p;
cin>>a;
cin>>b;
cin>>c;
p=a+b+c
cout<<p>>endl;
return 0;
}
2024-09-25 07:36:50
erm what the sigma
2024-09-02 09:40:58
hi f*uckers
2024-04-16 09:29:32
zail hahha
2023-10-23 07:19:57
hi
2022-04-02 09:05:48
#include<iostream>
using namespace std;
int main(){
int a,b;
cin>>a;
for(b=0;b<a;b++){
cout<<b<<" ";
}
return 0;
}
2022-04-02 04:35:10
hi




2021-11-25 03:10:32
hi
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.