Problem Statement
Read a row number and print that row of Pascal's triangle.
DEMO-OOP-33 โข Object Oriented Programming
Read a row number and print that row of Pascal's triangle.
Input is given as whitespace-separated tokens in this order:
Print the exact report in this order:
Submit runs every public testcase in this browser. Results and code never leave this device.
0
Row: 1
4
Row: 1 4 6 4 1
C, C++, Java, and Python run locally in a browser VM. No worker or visualizer is used.
/workspace/question