1### Compilation failed: 2 3error: 28: type mismatch: '=' cannot operate on 'int', 'float' 4error: 29: type mismatch: '=' cannot operate on 'uint', 'float' 5error: 30: type mismatch: '=' cannot operate on 'int', 'uint' 6error: 31: type mismatch: '=' cannot operate on 'int', 'float' 7error: 32: type mismatch: '=' cannot operate on 'float', 'int' 8error: 33: type mismatch: '=' cannot operate on 'float', 'uint' 9error: 34: type mismatch: '=' cannot operate on 'uint', 'int' 10error: 35: type mismatch: '=' cannot operate on 'uint', 'float' 11error: 36: type mismatch: '+' cannot operate on 'int', 'float' 12error: 37: type mismatch: '-' cannot operate on 'int', 'float' 13error: 38: type mismatch: '*' cannot operate on 'int', 'float' 14error: 39: type mismatch: '/' cannot operate on 'int', 'float' 15error: 40: type mismatch: '+' cannot operate on 'float', 'int' 16error: 41: type mismatch: '-' cannot operate on 'float', 'int' 17error: 42: type mismatch: '*' cannot operate on 'float', 'int' 18error: 43: type mismatch: '/' cannot operate on 'float', 'int' 19error: 44: type mismatch: '+' cannot operate on 'uint', 'float' 20error: 45: type mismatch: '-' cannot operate on 'uint', 'float' 21error: 46: type mismatch: '*' cannot operate on 'uint', 'float' 22error: 47: type mismatch: '/' cannot operate on 'uint', 'float' 23error: 48: type mismatch: '+' cannot operate on 'float', 'uint' 24error: 49: type mismatch: '-' cannot operate on 'float', 'uint' 25error: 50: type mismatch: '*' cannot operate on 'float', 'uint' 26error: 51: type mismatch: '/' cannot operate on 'float', 'uint' 27error: 52: type mismatch: '+' cannot operate on 'int', 'float' 28error: 53: type mismatch: '-' cannot operate on 'int', 'float' 29error: 54: type mismatch: '*' cannot operate on 'int', 'float' 30error: 55: type mismatch: '/' cannot operate on 'int', 'float' 31error: 56: type mismatch: '+' cannot operate on 'float', 'int' 32error: 57: type mismatch: '-' cannot operate on 'float', 'int' 33error: 58: type mismatch: '*' cannot operate on 'float', 'int' 34error: 59: type mismatch: '/' cannot operate on 'float', 'int' 35error: 60: type mismatch: '+' cannot operate on 'uint', 'float' 36error: 61: type mismatch: '-' cannot operate on 'uint', 'float' 37error: 62: type mismatch: '*' cannot operate on 'uint', 'float' 38error: 63: type mismatch: '/' cannot operate on 'uint', 'float' 39error: 64: type mismatch: '+' cannot operate on 'float', 'uint' 40error: 65: type mismatch: '-' cannot operate on 'float', 'uint' 41error: 66: type mismatch: '*' cannot operate on 'float', 'uint' 42error: 67: type mismatch: '/' cannot operate on 'float', 'uint' 43error: 68: type mismatch: '+' cannot operate on 'int', 'uint' 44error: 69: type mismatch: '-' cannot operate on 'int', 'uint' 45error: 70: type mismatch: '*' cannot operate on 'int', 'uint' 46error: 71: type mismatch: '/' cannot operate on 'int', 'uint' 47error: 72: type mismatch: '+' cannot operate on 'uint', 'int' 48error: 73: type mismatch: '-' cannot operate on 'uint', 'int' 49error: 74: type mismatch: '*' cannot operate on 'uint', 'int' 50error: 75: type mismatch: '/' cannot operate on 'uint', 'int' 5148 errors 52