Pattern Competitive Programming Problem If the input number is Odd The output is a triangle pattern with "&" Example answer: If the input number is Even The output is a parallelogram pattern with combination of "*" and "#" Example answer: Constraint N<=1000