/*
TASK:money
LANG:C++
*/
#include<iostream.h>
int main()
{
return 0;
}