解決済み


Draw 'J'
Given n as input, generate a n-by-n matrix 'J' using 0 and 1 . Example: n=5 ans= [0 0 0 0 1 0 0 0 0 1 0 0 ...

約2年 前

解決済み


Draw 'I'
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=...

約2年 前

解決済み


Draw 'H'
Draw a x-by-x matrix 'H' using 1 and 0. (x is odd and bigger than 2) Example: x=5 ans= [1 0 0 0 1 1 0 0 0 1 ...

約2年 前

解決済み


Draw 'F'
Draw a x-by-x matrix 'F' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 1 1 0 0 0 0 ...

約2年 前

解決済み


Draw 'E'
Draw a x-by-x matrix 'E' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 1 1 0 0 0 0 ...

約2年 前

解決済み


Draw 'C'.
Given x as input, generate a x-by-x matrix 'C' using 0 and 1. example: x=4 ans= [0 1 1 1 1 0 0 0 ...

約2年 前

解決済み


Draw 'D'.
Draw a x-by-x matrix 'D' using 0 and 1. example: x=4 ans= [1 1 1 0 1 0 0 1 1 0 0 1 1 1 1 0]

約2年 前

解決済み


Draw 'B'
Draw a x-by-x matrix 'B' using 1 and 0. (x is odd and bigger than 4) Example: x=5 ans= [1 1 1 1 0 1 0 0 0 1 ...

約2年 前

解決済み


Draw a '1' in a zero matrix!

約2年 前

解決済み


Draw a '3' in a zero matrix!

約2年 前

解決済み


Draw a '5' in a zero matrix!

約2年 前

解決済み


Draw a '2' in a zero matrix!

約2年 前

解決済み


Draw a '8' in a zero matrix!

約2年 前

解決済み


Draw a '9' in a zero matrix!

約2年 前

解決済み


Draw a '6' in a zero matrix!

約2年 前

解決済み


Draw a '4' in a zero matrix!

約2年 前

解決済み


Draw a '7' in a zero matrix!

約2年 前

解決済み


Find Logic 20

約2年 前

解決済み


Find Logic 12

約2年 前

解決済み


Find Logic 13

約2年 前

解決済み


Find Logic 14
Guess the Logic! logic(1) = 100 logic(2) = 96 logic(3) = 105 logic(4) = 89 logic(5) = 114 Make a function logic(x) which w...

約2年 前

解決済み


Find Logic 18

約2年 前

解決済み


Find Logic 19

約2年 前

解決済み


Find Logic 10

約2年 前

解決済み


Find Logic 8

約2年 前

解決済み


Find Logic 4

約2年 前

解決済み


Find Logic 3

約2年 前

解決済み


Temperature Conversion 3
Given a temperature in Celcius, convert it to Fahrenheit.

約2年 前

解決済み


Temperature Conversion 2

約2年 前

解決済み


Temperature Conversion 1

約2年 前

さらに読み込む