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
2021-12-16 09:21:06
a, b = [int(x) for x in input().split()]
print(a + b)

Last edit: 2021-12-16 09:21:34
2021-12-11 12:00:09
a,b = [int(x)for x in input().split()]
c = a + b
print(c)
2021-11-22 03:18:32
zdaaaa huulahguigeer yaj bodhiin

Last edit: 2021-11-22 03:18:55
2021-11-08 04:28:02
#include <stdio.h>
int n,m,s;
int main()
{
scanf("%d",&n);
scanf("%d",&m);
s = n + m;
printf("%d",s);
return 0;
}
2021-10-27 09:29:55
bnu
2021-10-27 08:46:26
python deer yj bichdgiin medh hun bnu
2021-10-25 05:45:34
#include <iostream>
using namespace std;

int main() {

int a,b,c;
cin >> a >> b;
c=a+b;
cout << c;

return 0;
}
//huulah muu shuu
2021-10-12 13:47:29
za hi
2021-03-30 17:32:27
#include <stdio.h>
int n,m,s;
int main()
{
scanf("%d",&n);
scanf("%d",&m);
s = n + m;
printf("%d",s);
return 0;
}
2021-03-30 17:23:01
#include <stdio.h>
int n,m,s;
int main()
{
scanf("%d",&n);
scanf("%d",&m);
s = n + m;
printf("%d",s);
return 0;
}
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.