1### Compilation failed: 2 3error: 17: type mismatch: '=' cannot operate on 'uint', 'float' 4error: 18: type mismatch: '=' cannot operate on 'int', 'uint' 5error: 19: type mismatch: '=' cannot operate on 'float', 'uint' 6error: 20: type mismatch: '=' cannot operate on 'uint', 'int' 7error: 21: type mismatch: '=' cannot operate on 'uint', 'float' 8error: 22: type mismatch: '+' cannot operate on 'uint', 'float' 9error: 23: type mismatch: '-' cannot operate on 'uint', 'float' 10error: 24: type mismatch: '*' cannot operate on 'uint', 'float' 11error: 25: type mismatch: '/' cannot operate on 'uint', 'float' 12error: 26: type mismatch: '+' cannot operate on 'float', 'uint' 13error: 27: type mismatch: '-' cannot operate on 'float', 'uint' 14error: 28: type mismatch: '*' cannot operate on 'float', 'uint' 15error: 29: type mismatch: '/' cannot operate on 'float', 'uint' 16error: 30: type mismatch: '+' cannot operate on 'uint', 'float' 17error: 31: type mismatch: '-' cannot operate on 'uint', 'float' 18error: 32: type mismatch: '*' cannot operate on 'uint', 'float' 19error: 33: type mismatch: '/' cannot operate on 'uint', 'float' 20error: 34: type mismatch: '+' cannot operate on 'float', 'uint' 21error: 35: type mismatch: '-' cannot operate on 'float', 'uint' 22error: 36: type mismatch: '*' cannot operate on 'float', 'uint' 23error: 37: type mismatch: '/' cannot operate on 'float', 'uint' 24error: 38: type mismatch: '+' cannot operate on 'int', 'uint' 25error: 39: type mismatch: '-' cannot operate on 'int', 'uint' 26error: 40: type mismatch: '*' cannot operate on 'int', 'uint' 27error: 41: type mismatch: '/' cannot operate on 'int', 'uint' 28error: 42: type mismatch: '+' cannot operate on 'uint', 'int' 29error: 43: type mismatch: '-' cannot operate on 'uint', 'int' 30error: 44: type mismatch: '*' cannot operate on 'uint', 'int' 31error: 45: type mismatch: '/' cannot operate on 'uint', 'int' 3229 errors 33