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

RGB7016 - Хоног цаг -> цаг

Өгөгдсөн хоног, цагийг цагт шилжүүл.

Input

Хоног, цаг Int төрлөөр нэг зайгаар тусгаарлагдан өгөгдөнө.

Output

Цаг гарна.

Example

Input:
2 5

Output:
53

Нэмсэн:Bataa
Огноо:2011-05-19
Хугацааны хязгаарлалт:0.400s
Эх кодын хэмжээний хязгаарлалт: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-03-21 08:58:02


Last edit: 2022-03-21 08:58:14
2021-10-04 09:28:57
#include <iostream>
using namespace std;
int main () {
int a,b,c;
cin >> a >>b;
c=a*24+b;
cout<< c;
}
2020-10-31 04:02:51
#include <iostream>
using namespace std;
int main () {
int x,y;
cin>>x>>y;
cout<<24*x+y;
} hahaah gendee ni bn
2020-01-23 05:14:21
#include<stdio.h>
main()
{
int a,b,d,c;
scanf("%d %d",&a,&b);
d=a*24+b;
printf("%d",d);
}
2019-10-31 05:51:47
bi bicheeguee buynaa bichsen


Last edit: 2019-10-31 05:53:35
2019-09-16 06:18:46
bn
2019-03-26 10:31:22
#include<stdio.h>
main()
{
int a,b,d,c;
scanf("%d %d",&a,&b);
d=a*24+b;
printf("%d",d);
}
2019-02-25 05:04:26
amjilt
#include<stdio.h>
#include<stdlib.h>
main()
{
int tsag,honog,n;
scanf("%d %d",&honog, &tsag);
n=honog*24+tsag;
printf("%d",n);
system("pause");
}
2018-01-06 08:50:05
#include<stdio.h>
#include<stdlib.h>
main()
{
int t,h,t1;
scanf("%d %d",&h, &t);
t1=h*24+t;
printf("%d",t1);
system("pause");
}
2016-12-05 09:56:14
shit
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.