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