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_38317391_28352.cpp:3:1: error: 'import' does not name a type
 import java.util.*;
 ^
0_0_38317391_28352.cpp:4:1: error: 'import' does not name a type
 import java.lang.*;
 ^
0_0_38317391_28352.cpp:5:1: error: 'import' does not name a type
 import java.io.*;
 ^
0_0_38317391_28352.cpp:6:1: error: 'import' does not name a type
 import java.math.BigInteger;
 ^
0_0_38317391_28352.cpp:12:9: error: 'BigInteger' does not name a type
  static BigInteger dp[][] = new BigInteger[102][102];
         ^
0_0_38317391_28352.cpp:13:9: error: 'BigInteger' does not name a type
  static BigInteger fact[] = new BigInteger[102];
         ^
0_0_38317391_28352.cpp:15:9: error: expected ':' before 'static'
  public static void main (String[] args) throws java.lang.Exception
         ^
0_0_38317391_28352.cpp:15:27: error: 'String' has not been declared
  public static void main (String[] args) throws java.lang.Exception
                           ^
0_0_38317391_28352.cpp:15:36: error: expected ',' or '...' before 'args'
  public static void main (String[] args) throws java.lang.Exception
                                    ^
0_0_38317391_28352.cpp:15:40: error: expected ';' at end of member declaration
  public static void main (String[] args) throws java.lang.Exception
                                        ^
0_0_38317391_28352.cpp:15:42: error: 'throws' does not name a type
  public static void main (String[] args) throws java.lang.Exception
                                          ^
0_0_38317391_28352.cpp:59:1: error: expected ';' after class definition
 }
 ^


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-17 07:47:11, Gzip enabled