Given n as input, draw a n-by-n matrix 'I' using 0 and 1.
example:
n=3 ans= [0 1 0 0 1 0 0 1 0]
n=4 [0 1 1 0 0 1 1 0 0 1 1 0 0 1 1 0]
diffirent
What a move!
Check if number exists in vector
2319 Solvers
315 Solvers
1326 Solvers
Is this triangle right-angled?
1378 Solvers
91 Solvers