Get Mystery Box with random crypto!

#include using namespace std; int main() { int n; cin | Code With Virus

#include
using namespace std;
int main()
{
int n;
cin >> n;
int even = 0, odd = 0;
while (n > 0)
{
if ((n % 10) % 2 == 0)
even += n % 10;
else
odd += n % 10;
n = n / 10;
}
cout << even * odd;
}

C++
@TechMavirustech
@TechMavirustech
@TechMavirustech
@TechMavirustech

https://bit.ly/codewithanusha