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

RGB7014 - Цаг, минут, секунд -> секунд

Өгөгдсөн цаг, минут, секундыг секунд рүү шилжүүл.

Input

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

Output

Секунд гарна.

Example

Input:
1 2 3
Output:
3723

Нэмсэн:Bataa
Огноо:2011-05-15
Хугацааны хязгаарлалт:0.5s
Эх кодын хэмжээний хязгаарлалт: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
2024-04-17 09:51:17
#include <iostream>
using namespace std;
int main() {
int s,m,t,c,h,n;
cin>>t>>m>>n;
c=t*3600;
h=m*60;
s=n+h+c;
cout<<s<<endl;
}
2024-03-05 03:45:17
#include <iostream>
#include <sstream>
#include <string>
#include <cstdlib>
#include <cmath>

using namespace std;

// Headers
string toString (double);
int toInt (string);
double toDouble (string);

int main() {
int t, m, s, n;

cin >> t;
cin >> m;
cin >> s;
n = t * 3600 + m * 60 + s;
cout << n << endl;
return 0;
}

// The following implements type conversion functions.
string toString (double value) { //int also
stringstream temp;
temp << value;
return temp.str();
}

int toInt (string text) {
return atoi(text.c_str());
}

double toDouble (string text) {
return atof(text.c_str());
}
BYE BYE
2024-02-26 03:09:53

'






























































































































































































































































2024-01-14 10:20:36
⡉⢆⠩⡐⠂⠄⠠⢀⠀⡀⢀⠀⠀⠀⡀⢀⡄⢢⡑⠎⢆⠡⢒⡰⢌⠲⣡⠯⣜⣣⢟⣜⣣⢟⡼⣫⢿⣽⣻⣟⣿⣻⢿⡿⣷⣄⠀⠀⡀⠤⣀⠆⡰⢂⠖⡰⢊⠦⡑⣊⠔
⠔⡈⠔⠠⢉⠠⢁⠀⠄⡐⠀⡈⠄⡁⢂⠣⢌⠡⡘⢌⠢⡑⠢⡔⢪⠱⣡⢟⡼⣳⢞⡼⣣⢟⡼⣯⣟⣾⣳⢿⡾⣽⣯⢿⣽⣿⣷⣌⣴⣱⣜⣦⣵⠮⠶⠑⠈⣀⣁⣀⣠
⠊⠔⡉⠐⢂⠂⠌⠒⡀⠄⠡⠐⢠⠘⡌⡱⢈⠆⣑⠊⡴⢡⠓⡌⠥⣃⠳⣎⢷⡹⣮⣝⣳⢯⣟⣷⣻⢾⣟⣿⣟⣿⣽⣿⣳⣯⣿⣿⣄⣩⣭⣤⣶⠶⠿⠟⠛⠛⠉⠉⠁
⢈⠂⡄⠃⠄⡈⠐⢠⠐⢈⠠⣈⠄⢣⠰⡑⢪⠔⡬⠱⣌⢣⠣⡜⡱⢌⠳⣜⢧⣻⡵⡾⣽⣻⣞⣷⣿⣻⣯⣿⣾⡿⣟⣾⣿⣻⣽⣿⣿⣯⣠⡤⠤⠖⠒⠚⠀⠀⠀⠀⠀
⠠⡁⠤⣉⠔⡠⢍⡤⣘⠤⣲⠄⢪⣁⠳⣈⢃⠞⣐⠣⡜⣂⠳⡘⠴⡉⠞⣜⢧⣳⢻⣽⣳⢿⣾⡿⣽⣿⣻⣽⣷⣿⣿⣿⢿⣟⣿⣷⣿⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀
⢦⡝⣲⡱⢎⡵⢋⡴⣭⡶⢟⠨⣁⠆⡱⠐⡌⢚⠤⡓⡜⢤⡓⡍⠦⡑⣭⢚⡝⣮⣛⠾⡽⣯⢷⣿⢿⣻⣿⣻⣯⣿⣟⣿⣿⣿⣿⣯⣿⣿⣿⡄⠀⠀⠀⠀⠀⠀⠀⠀⠀
⣎⣼⣥⣷⣮⣶⣷⠶⢾⣯⢀⠣⡐⢌⠰⡑⢌⢂⠓⡴⣉⠦⡱⢌⡱⣰⣶⡿⣿⣟⣿⣻⣵⣯⣟⣾⡿⣿⣽⣿⣻⣽⣿⣿⣽⣾⣿⢿⣿⣿⣿⣇⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠛⠉⠉⠁⠀⠀⠀⠀⡾⠃⢌⠒⠰⣈⠒⢌⠂⢎⡘⠔⣢⠱⠡⣆⣿⣟⣳⣿⣿⣿⣿⣿⣿⣿⣿⣾⣿⣯⣿⣟⣿⣿⣳⣿⣻⣯⣿⡿⣿⣿⣾⣿⠀⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⠀⠀⣀⡀⠀⢸⡇⠌⠠⠌⠂⠔⠨⢄⡉⠢⢌⡑⠢⢍⡑⠛⢫⣜⣭⣳⣳⣾⣞⣷⣻⢿⣿⣿⣿⣿⣷⣿⣿⣾⣿⣽⣿⣽⣾⢿⣿⣷⣿⣿⡇⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⢠⣾⣿⣿⣦⣿⡟⠠⢁⠂⡉⠌⠒⠤⣈⠑⠢⢌⡑⠂⠄⣩⣾⣿⣿⣿⣿⣿⣿⣷⣿⣯⣾⡽⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣾⣿⣿⣿⣿⣿⠇⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⣼⣿⡆⠙⠻⣿⠇⡐⢂⠡⠌⡐⠩⡐⠤⢉⠖⡠⢌⣡⣾⣿⣿⣿⣿⠟⣫⣝⣭⡿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠂⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⣿⣿⠃⢿⣇⠈⠛⢀⠂⡁⠢⠁⠥⠐⠌⡂⢆⡑⡶⣾⣿⣿⣿⣿⣷⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⢧⣿⣿⣿⣿⣿⣿⣿⣿⣿⡅⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⣿⣧⣽⣶⣿⡆⠐⠠⠈⠄⠡⠉⡄⡉⠤⠑⢢⠜⣿⣟⡿⣿⢿⡟⠻⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣇⢫⢱⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡆⠀⠀⠀⠀⠀⠀⠀⠀
⠀⠀⢿⣿⣿⣿⡿⢣⠁⢂⠡⣈⠐⠡⠐⡐⢂⠍⢦⣙⡞⣼⢻⡭⣷⣚⠷⣽⣻⣿⣿⣿⣿⣿⣿⣿⣿⣿⠟⣄⠊⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣇⣶⣖⣶⣷⣶⣶⣾⣿
⠀⠀⢸⠟⢿⣿⣷⠒⡈⢄⠢⠐⡌⡑⢢⠁⡌⡚⢦⡝⡾⣭⣳⠽⡶⣭⢿⣹⣟⣿⣿⣿⣿⣿⣿⡿⣟⢫⠜⡠⢃⠜⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣤⣤⣼⠇⠈⠻⠿⠁⢀⠂⡔⠡⢂⡑⢢⠁⠢⡙⢶⡹⣷⢯⣟⡿⣽⣯⢿⣳⣿⣿⣿⡿⣟⢯⣓⡳⣎⠳⣌⠱⡈⠜⡼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⣿⣟⠄⠰⢒⣻⠄⢂⠄⡃⠆⣌⠡⢂⠁⣘⢲⣻⡽⣿⣾⢿⣻⣽⡿⣿⣽⣻⢾⡽⣞⢧⠭⡷⣛⠳⡈⢆⠩⠜⡼⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⠛⣿⣿⣧⣬⣽⣿⠏⠠⠘⡐⠌⡄⢃⠆⠰⢤⣳⢳⡿⣷⡿⣿⣻⣽⣻⣽⣷⣻⢿⣿⣽⢎⣳⡝⣉⠐⠰⣀⠃⡎⡵⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⡆⣶⣿⣿⡏⢠⠂⣌⠰⠡⠌⢒⠈⠆⡌⠑⢮⡜⣯⢿⣳⣿⣻⠷⣯⠷⣏⡾⣿⣿⣿⣟⣺⠇⣰⠿⡻⣶⠀⢣⡘⢵⣟⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣧⢿⣯⣿⡃⢢⠑⡄⢣⠘⡈⠤⢉⠰⠠⢉⠖⡹⡽⢯⣟⡷⣏⠿⣜⢏⡳⡝⣿⣿⣿⣿⠣⠘⡠⢃⡳⢌⠣⢥⣘⣾⣼⣻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⣿⢸⣿⣿⠀⢢⢍⡰⢃⠤⠑⢂⡐⠠⠑⡌⢸⠡⡏⡝⢮⡝⢮⠛⡌⢎⠱⡉⢖⡹⣿⣿⡄⣱⣿⣷⣿⣯⡷⢮⣽⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⢿⠘⣿⡿⢀⢃⠲⢄⡃⠂⠅⠂⡐⠠⠡⡘⢤⢣⡙⢌⠢⡙⢌⠓⡌⠢⢡⠘⠤⢣⡝⣿⣿⣿⣿⣿⣟⣻⣿⣳⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⡿⣿⣿⣟⠠⢌⠒⡡⠜⡡⠌⠐⠀⡁⢂⡑⢢⠣⡜⠀⠆⡑⢬⡶⠄⢁⠢⡘⡜⣣⢞⣳⢿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣿⡏⣿⣿⡿⠀⠌⡌⠥⢓⠰⡈⠄⢁⠀⠂⡌⠥⢓⠂⡁⠒⣨⡞⠁⠀⠠⢂⠵⡹⣜⢯⣟⣿⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣯⣷⢧⣿⡟⠈⡔⠸⣌⠣⢆⠱⢀⠂⡈⠐⡌⠜⣈⠂⠀⠀⠉⠀⢀⣀⢰⣹⣾⣟⣮⣿⣽⣻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⠀⣤⡾⢋⠄⡱⣈⠳⢤⢋⢆⢣⠂⢆⠰⠡⡘⠰⡀⠀⠀⠀⢀⣰⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⣸⡿⠑⣌⠢⢑⢢⡙⢦⣉⠎⡦⡙⢄⡃⢆⢡⠃⡄⠁⠂⠄⢲⣿⣿⣿⡿⣝⢏⡿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⠛⡄⢃⠆⡱⢈⠦⡙⢦⢎⡵⡡⣝⣦⢻⣤⢂⠥⠐⡀⢂⡐⣾⣿⣿⣿⣳⢜⣪⣽⣿⣿⣷⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⢑⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⠱⡘⢄⠊⡄⢃⢎⡱⢎⡞⡴⢳⣌⢻⣦⣟⣻⢆⢣⡐⡀⢹⡿⣿⣿⣯⣿⢎⣼⣿⣿⣻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⡣⢑⠨⡐⢌⡘⢢⡙⢦⡹⣜⢳⡜⣧⢻⡽⣯⣟⡳⢞⣱⢂⡙⢲⢻⣟⡻⢎⡞⠽⣎⣷⣻⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣾⣿⣯⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⡇⢣⡑⢌⠢⢌⡱⢌⢣⢳⢬⡳⣞⣭⢿⣽⣻⣯⡝⢭⢲⣥⡓⣌⠲⣡⠟⣭⣚⡵⣻⣾⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣷⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
⡟⣦⡹⣌⠲⢡⠒⡌⢎⡳⢎⡷⣹⡾⣿⣾⣿⣿⡜⣭⣷⣿⣿⣿⣷⣭⣛⣶⣛⡾⣽⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⡯⣿⣷⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿
2023-09-25 17:25:36
7-1 iin gomo tengis 7-1 saraanad sn
#include <iostream>
using namespace std;
int main() {
int s,m,t,c,h,n;
cin>>t>>m>>n;
c=t*3600;
h=m*60;
s=n+h+c;
cout<<s<<endl;
}
2023-05-29 07:02:42
#include <iostream>
using namespace std;
int main() {
int s, m, t, c, h, n;
cin>>t>>m>>n;
c=t*3600;
h=m*60;
s=n+h+c;
cout<<s;
return 0;
}
.
2023-03-21 06:15:51
#include <stdio.h>
#include <math.h>
int main() {
int a,b,c,d,f;
scanf("%d%d%d" ,&a,&b,&c);
d=a*60+b;
f=d*60+c;
printf("%d" ,f);

return 0;
}
haluun maruujin

Last edit: 2023-03-21 06:17:04
2022-12-01 07:28:47
search up glock in google and go to imeages
2022-12-01 07:28:47
search up glock in google and go to imeages
2022-12-01 07:28:46
search up glock in google and go to imeages
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.