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
2022-10-12 04:01:16
Ez ctrl c ctrl v


2022-10-03 03:28:24
int main() {
int a, b, u;
cin>>a>>b;
u=a+b;
cout<<u;

return 0;
}nice bro
2022-09-26 02:07:51
Huuluulcaaj plis
2022-09-21 11:13:36
#include<stdio.h>
int a,b,c;
main()
{
scanf("%d %d",&a,&b);
c=a+b;
printf("%d",c);
}
2022-07-18 06:05:38
IM PRO SEBEE
2022-05-24 07:31:22
bnu po
2022-05-24 07:31:06
#include <cmath>
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
using namespace std;


int main() {
int a , b , s;
cin >> a >> b;
s= a-b;
cout << s;
return 0;
} 2rbodlg
2022-05-24 07:30:25
#include <cmath>
#include <cstdio>
#include <vector>
#include <iostream>
#include <algorithm>
using namespace std;


int main() {
int a , b , s;
cin >> a >> b;
s= a-b;
cout << s;
return 0;
}
2022-04-20 09:13:07
GAMBAREI GAMBAREI
2022-04-20 09:12:29
gambarei gambarei
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.