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.

RGB7109 - Тэнцүү 5

Өгөгдсөн 3 тоон дотроос 5-тай тэнцүү тоонуудын тоог ол.

Input

Нэг мөрөнд Int төрлийн 3 тоо зайгаар тусгаарлагдан өгөгдөнө.

Output

5-тай тэнцүү тоонуудын тоо.

Example

Input:
2 5 5

Output:
2

Added by:Bataa
Date:2011-05-26
Time limit:0.200s
Source limit:50000B
Memory limit:1536MB
Cluster: Cube (Intel G860)
Languages:NCSHARP C++ 4.3.2 CPP CPP14 JULIA PYPY3

hide comments
2022-04-28 09:26:13
why iim hard ym be en ugiin cares yma
2022-04-28 09:25:56
#include <iostream>
using namespace std;

int main() {

int a,b,c,d=0;
cin>>a>>b>>c;
if(a==5)
d++;
if(b==5)
d++;
if(c==5)
d++;
cout<<d;

return 0;
}
2022-04-28 09:25:52
how to solve it ?

© Spoj.com. All Rights Reserved. Spoj uses Sphere Engine™ © by Sphere Research Labs.