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

RGB7474 - Distant Pairs

Problem text...

Input

Input description...

Output

Output description...

Example

Input:
etc.

Output:
etc.

Нэмсэн:Bataa
Огноо:2020-04-18
Хугацааны хязгаарлалт:1s
Эх кодын хэмжээний хязгаарлалт:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Програмчлалын хэлүүд:ADA95 ASM32 ASM64 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
Эх сурвалж:https://www.hackerrank.com/challenges/distant-pairs/problem

hide comments
2022-12-12 03:42:06
BATAA AHAA TA UURUU BODSIINMU?
2022-12-12 03:42:06
BATAA AHAA TA UURUU BODSIINMU?
2022-12-12 03:42:05
BATAA AHAA TA UURUU BODSIINMU?
2022-12-12 03:42:05
BATAA AHAA TA UURUU BODSIINMU?
2022-12-12 03:42:05
BATAA AHAA TA UURUU BODSIINMU?
2022-12-12 03:42:03
BATAA AHAA TA UURUU BODSIINMU?
2022-04-10 04:51:10
#include <stdio.h>
#include <string.h>
int main()
{
char str[20];
scanf("%s", &str);
if( strcmp(str,"uhriin_mah") == 0 )
printf("7600");
else if( strcmp(str,"honinii_mah") == 0 )
printf("6400");
else if( strcmp(str,"atar_talh") == 0 )
printf("1200");
else if( strcmp(str,"suut_boortsog") == 0 )
printf("2500");
else if( strcmp(str,"savhan_boortsog") == 0 )
printf("3000");
else if( strcmp(str,"husliin_undaa") == 0 )
printf("1500");
else if( strcmp(str,"bidnii_undaa") == 0 )
printf("2200");
else if( strcmp(str,"oreo_jignemeg") == 0 )
printf("1200");
else if( strcmp(str,"boodol_bohi") == 0 )
printf("900");
else if( strcmp(str,"shirheg_bohi") == 0 )
printf("100");
else if( strcmp(str,"arviin_chiher") == 0 )
printf("50");
else if( strcmp(str,"venus_zairmag") == 0 )
printf("600");
else
printf("baraa oldsongui.");
}
2022-03-12 16:30:11
EZ
2022-03-10 08:10:45
bro hes hacking
2022-03-07 09:10:10
wut
© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.