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.|

RGB7001 - 2 тооны нийлбэр

Өгөгдсөн бүхэл тооны нийлбэрийг ол.

Input

2 бүхэл тоо зайгаар тусгаарлагдан нэг мөрөнд өгөгдөнө.

Output

2 тооны нийлбэр.

Example

Input:
12 23

Output:
35

Нэмсэн:Bataa
Огноо:2011-01-15
Хугацааны хязгаарлалт:1s
Эх кодын хэмжээний хязгаарлалт:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Програмчлалын хэлүүд:ADA95 ASM32 BASH BF C NCSHARP CSHARP C++ 4.3.2 CPP C99 CLPS LISP sbcl LISP clisp D ERL FORTRAN HASK ICON ICK JAVA JS-RHINO JULIA LUA NEM NICE OCAML PAS-GPC PAS-FPC PERL PHP PIKE PRLG-swi PYTHON PYPY3 PYTHON3 RUBY SCALA SCM guile ST TCL WHITESPACE

hide comments
2020-12-27 07:26:48
#include<stdio.h>
int main ()
{
printf("hoyr toonii niilber oloh");
int x, y, hariu;
scanf("%d%d", &x&y);
hariu=x+y;
printf("hariu=%d", hariu);
system('pause');
}
2020-11-18 09:23:05
sain huulaad awaarai bugd negendee tusaltsgay xxa
2020-11-15 11:28:59
#include <iostream>
using namespace std;

int main() {

int x, y;
cin>>x>>y;
cout<<x+y;
return 0;
}
2020-10-12 12:03:32
Zow hariu bnu
2020-09-10 05:49:12
ene yg zuvnu
#include <iostream>
using namespace std;

int main() {
int a , c;
cin >> a >> c;
int niilber = a + c;
cout << niilber;
return 0;
}
2020-04-28 09:08:57
#include<iostream>
#include<string>
#include<vector>
#include<algorithm>
#include<list>
#include<queue>
#include<set>
#include<bitset>
#include<stack>
#include<map>
#include<multiset>
#include<multimap>
using namespace std;
int main()
{
int a,b
cin>>a>>b;
cout<<a+b<<'\n';
return 0;
}
2020-01-29 04:11:07
#include <iostream>
using namespace std;
int main()
{
int a[100],i = 0,n = 2;
while (i < n)
{
i++;
scanf("%d",&a[i]);
}
printf("%d",a[1] + a[2]);
return 0;
}
2020-01-08 13:17:02
include<iostream>
using namespace std;
int main()
{int a,b;
cin>>a>>b;
cout<<a+b;
} ( C++(g++4.3.2) hel deer shuu)

Last edit: 2020-01-08 13:19:38
2020-01-08 05:21:55
#include<bits/stdc++.h>

using namespace std;

int main() {
long long n,i,s,p,k,m;
string a;

cin>>a;

cout<<a[0]<<a[1];

n=a.size();
for(i=3; i<=n; i++) {
if(a[i]!=a[i-1] || a[i]!=a[i-2]) {

}
}

return 0;
}
2019-12-23 12:35:54
#include <cstdio>

int main(){
int a, b;
scanf("%d%d",&a,&b);
int s;
s = a + b;
printf("%d", s);
return 0;
}
TO MUNH ORGIL KUNO YOSHIHISA
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.