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

RGB7017 - Жил сар

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

Input

Сар Int төрлөөр өгөгдөнө.

Output

Жил сарыг нэг мөрөнд зайгаар тусгаарлан хэвлэ.

Example

Input:
27
Output:
2 3

Нэмсэн:Bataa
Огноо:2011-05-19
Хугацааны хязгаарлалт: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-11-19 01:29:10
end zov hariu alga hha
2021-11-18 05:47:30
HELLO
2021-10-19 12:13:47
#include <stdio.h>

int main() {
int a, b, c ;
scanf("%d", &a);
b = a / 12;
c = a % 12;
printf("%d %d \n",b, c );
return 0;
}

2021-09-08 08:06:23
b
2020-10-31 04:03:43
#include<bits/stdc++.h>
using namespace std;
int main()
{
int a,b,c;
cin>>a;
b=a/12;
c=a%12;
cout<<b<<" "<<c;
return 0;
} gendee ni bnoo
2020-07-24 15:42:57
uuuuuuuuuuuu??? roblox toglodoguu?
2019-12-04 12:22:33
#include<bits/stdc++.h>
#include<stdio.h>
#include<math.h>
using namespace std;
main(){
int a,b,c,d;
scanf("%d%d",&a,&b);
c=a*24;
d=c+b;
printf("%d",d);
}
2019-12-04 12:22:16
ez

2019-11-12 05:35:37
yo yuve
2019-11-12 04:48:22
ez
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.