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_39168989_29673.cpp:1:1: error: 'import' does not name a type
    1 | import java.util.Scanner;
      | ^~~~~~
0_0_39168989_29673.cpp:1:1: note: C++20 'import' only available with '-fmodules-ts', which is not yet enabled with '-std=c++20'
0_0_39168989_29673.cpp:4:1: error: expected unqualified-id before 'public'
    4 | public class Main {
      | ^~~~~~
0_0_39168989_29673.cpp:64:7: error: field 'left' has incomplete type 'Node'
   64 |  Node left;
      |       ^~~~
0_0_39168989_29673.cpp:63:7: note: definition of 'class Node' is not complete until the closing brace
   63 | class Node{
      |       ^~~~
0_0_39168989_29673.cpp:65:7: error: field 'right' has incomplete type 'Node'
   65 |  Node right;
      |       ^~~~~
0_0_39168989_29673.cpp:63:7: note: definition of 'class Node' is not complete until the closing brace
   63 | class Node{
      |       ^~~~
0_0_39168989_29673.cpp:69:8: error: expected ':' before 'Node'
   69 |  public Node(int d,Node l,Node r,int s,int e) {
      |        ^~~~~
      |        :
0_0_39168989_29673.cpp:76:2: error: expected ';' after class definition
   76 | }
      |  ^
      |  ;
0_0_39168989_29673.cpp: In constructor 'Node::Node(int, Node, Node, int, int)':
0_0_39168989_29673.cpp:73:18: error: request for member 's' in '(Node*)this', which is of pointer type 'Node*' (maybe you meant to use '->' ?)
   73 |             this.s = s;
      |                  ^
0_0_39168989_29673.cpp:74:18: error: request for member 'e' in '(Node*)this', which is of pointer type 'Node*' (maybe you meant to use '->' ?)
   74 |             this.e = e;
      |                  ^


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-22 15:35:24, Gzip enabled