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_20989761_7020.cpp:11:39: error: stray '#' in program
         for(int ca = 1; ca <= cas; ca++) {
                                       ^
0_0_20989761_7020.cpp:11:44: error: stray '#' in program
         for(int ca = 1; ca <= cas; ca++) {
                                            ^
0_0_20989761_7020.cpp:21:37: error: stray '#' in program
             for(int i = 0; i < n; i++) {
                                     ^
0_0_20989761_7020.cpp:21:42: error: stray '#' in program
             for(int i = 0; i < n; i++) {
                                          ^
0_0_20989761_7020.cpp:30:38: error: stray '#' in program
             System.out.print("Case "+ca+": ");
                                      ^
0_0_20989761_7020.cpp:30:45: error: stray '#' in program
             System.out.print("Case "+ca+": ");
                                             ^
0_0_20989761_7020.cpp:1:1: error: 'import' does not name a type
 import java.io.*;
 ^
0_0_20989761_7020.cpp:2:1: error: 'import' does not name a type
 import java.util.*;
 ^
0_0_20989761_7020.cpp:3:1: error: 'import' does not name a type
 import java.math.*;
 ^
0_0_20989761_7020.cpp:5:12: error: expected ':' before 'static'
     public static void main(String[] args) {
            ^
0_0_20989761_7020.cpp:5:29: error: 'String' has not been declared
     public static void main(String[] args) {
                             ^
0_0_20989761_7020.cpp:5:38: error: expected ',' or '...' before 'args'
     public static void main(String[] args) {
                                      ^
0_0_20989761_7020.cpp:37:1: error: expected ';' after class definition
 }
 ^
0_0_20989761_7020.cpp: In static member function 'static void Main::main(int*)':
0_0_20989761_7020.cpp:6:9: error: 'Scanner' was not declared in this scope
         Scanner in = new Scanner(System.in);
         ^
0_0_20989761_7020.cpp:7:19: error: 'in' was not declared in this scope
         int cas = in.nextInt();
                   ^
0_0_20989761_7020.cpp:8:9: error: 'BigInteger' was not declared in this scope
         BigInteger one = BigInteger.ONE;
         ^
0_0_20989761_7020.cpp:9:20: error: expected ';' before 'a'
         BigInteger a, b, x, y;
                    ^
0_0_20989761_7020.cpp:11:42: error: expected ')' before ';' token
         for(int ca = 1; ca <= cas; ca++) {
                                          ^
0_0_20989761_7020.cpp:11:45: error: lvalue required as unary '&' operand
         for(int ca = 1; ca <= cas; ca++) {
                                             ^
0_0_20989761_7020.cpp:11:48: error: expected primary-expression before ')' token
         for(int ca = 1; ca <= cas; ca++) {
                                                ^


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-09-29 09:24:28, Gzip enabled