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
2023-08-24 08:20:05


Last edit: 2023-08-24 08:20:20
2023-08-22 10:19:36
hh


Last edit: 2023-08-22 14:31:18
2023-08-14 09:14:01
#include<iostream>
using namespace std;
int main(){
int i,s,k=0,l=0;
string a,b,c,d;
cin>>s;
a="I hate that";
b="I love that";
c="I love it";
d="I hate it";
for(i=1;i<=s;i++) {
if(i%2==1&&i<s){
cout<<a<<' ';
}
if(i%2==0&&i<s){
cout<<b<<' ';
}
if(i%2==0&&i==s){
cout<<c<<' ';
}
if(i%2==1&&i==s){
cout<<d<<' ';
}
}

return 0;
}
2023-05-02 07:08:23
hi
2023-05-02 07:08:08
hi
2023-04-24 05:20:52
hiceld hucer suuj bga bol yhv2 hussnere huul
2023-03-26 08:43:03
nums = input().split()

a = int(nums[0])
b = int(nums[1])

print( a + b ) python3
2023-03-14 07:02:13
ene bandiudig buu sons hicheel dre hucheer surj bga bol huul2
2023-03-13 08:05:28
ZAIL
2023-03-09 09:52:13
suga alnuud
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.