Home STD Contest Notification Clarification Problems Ranklist Status Print Sign Out

View Compilation Error

1_868_2885_2168.cpp:3:3: error: 'Scanner' does not name a type
   Scanner kb = new Scanner(System.in);
   ^
1_868_2885_2168.cpp:4:3: error: 'System' does not name a type
   System.out.println("ÇëÊäÈëx");
   ^
1_868_2885_2168.cpp:5:3: error: 'x' does not name a type
   x = kb.nextInt();
   ^
1_868_2885_2168.cpp:6:3: error: 'System' does not name a type
   System.out.println("ÇëÊäÈëy");
   ^
1_868_2885_2168.cpp:7:3: error: 'y' does not name a type
   y = kb.nextInt();
   ^
1_868_2885_2168.cpp:8:3: error: 'z' does not name a type
   z = (x + y)/2*(x - y)/2;
   ^
1_868_2885_2168.cpp:9:3: error: 'System' does not name a type
   System.out.println(z);
   ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-06-26 16:42:37, Gzip enabled