F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_39101633_12093.cpp:1:1: error: 'import' does not name a type
    1 | import java.util.Scanner;
      | ^~~~~~
0_0_39101633_12093.cpp:1:1: note: C++20 'import' only available with '-fmodules-ts', which is not yet enabled with '-std=c++20'
0_0_39101633_12093.cpp:4:15: error: expected ':' before 'static'
    4 |         public static void main(String args[]) {
      |               ^~~~~~~
      |               :
0_0_39101633_12093.cpp:4:33: error: 'String' has not been declared
    4 |         public static void main(String args[]) {
      |                                 ^~~~~~
0_0_39101633_12093.cpp:28:2: error: expected ';' after class definition
   28 | }
      |  ^
      |  ;
0_0_39101633_12093.cpp: In static member function 'static void Main::main(int*)':
0_0_39101633_12093.cpp:5:17: error: 'Scanner' was not declared in this scope
    5 |                 Scanner sc= new Scanner(System.in);
      |                 ^~~~~~~
0_0_39101633_12093.cpp:6:23: error: 'sc' was not declared in this scope
    6 |                 while(sc.hasNext()) {
      |                       ^~
0_0_39101633_12093.cpp:23:25: error: 'System' was not declared in this scope
   23 |                         System.out.println(ans);
      |                         ^~~~~~


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-11-01 10:23:34, Gzip enabled