Scanner报错,求解

报错:
需要';'
Scanner input == scanner(System.in);

'=='是判断符 ’=‘是赋值
Scanner input = new Scanner(System.in);