#include using namespace std; int main(){ int a,b,o; while(cin>>a){ o = 1; for(int i = 0;i> b; o *= b%2==0?1:b; } cout << o <