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

RGB7018 - Жил сар -> сар

Өгөгдсөн жил, сарыг сард шилжүүл.

Input

Жил, сар нэг мөрөнд зайгаар тусгаарлагдан Int төрлөөр өгөгдөнө.

Output

Сар хэвлэгдэнэ.

Example

Input:
2 7
Output:
31

Нэмсэн:Bataa
Огноо:2011-05-19
Хугацааны хязгаарлалт:0.201s
Эх кодын хэмжээний хязгаарлалт: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
2019-09-29 07:05:47
#include <cstdio>
int main()
{
int a,b;
scanf ("%d%d",&a,&b);
printf("%d",a*12+b);
return 0;
}
2019-09-28 18:36:54
KZNOMAISHUDE
2018-05-28 12:13:27
hhhha shl hud
2018-01-06 08:53:50
#include<stdio.h>
main ()
{
int j,s,S;
scanf("%d %d",&j,&s);
S=j*12+s;
printf("%d",S);
}
2017-12-10 07:01:52
eniig zaaj ogoh bna uu
2016-03-10 02:39:22 bilgee
#include<iostream>
#include<cstdlib>
using namespace std;
int main()
{
int a,b,c,d,k,n,m;
cin>>a>>k;
b=a*12;
c=k;
d=b+c;
cout<<d;
system("pause");
}
2014-01-13 02:09:07 No Problem
#include<stdio.h>
main ()
{
int j,s,S;
scanf("%d %d",&j,&s);
S=j*12+s;
printf("%d",S);
}

2013-10-28 03:29:09 unurgerel odontsetseg
#include<stdio.h>
main()
{
//freopen("ao.in", "r", stdin);
//freopen("ao.out", "w",stdout);
int a,s,j;
scanf("%d %d",&a,&s);
j=a*12+s;
printf("%d",j);
}

2013-05-15 01:17:13 Batbuyan

}


Last edit: 2013-05-15 01:18:21
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.