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_31845029_19055.cpp:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include <iostream>
         ^
0_0_31845029_19055.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include <vector>
         ^
0_0_31845029_19055.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
 #include <cstring>
         ^
0_0_31845029_19055.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
 #include <cstdio>
         ^
0_0_31845029_19055.cpp:5:2: error: stray '#' in program
  
  ^
0_0_31845029_19055.cpp:6:7: error: stray '#' in program
 using namespace std;
       ^
0_0_31845029_19055.cpp:6:22: error: stray '#' in program
 using namespace std;
                      ^
0_0_31845029_19055.cpp:9:8: error: stray '#' in program
 struct BigInteger{
        ^
0_0_31845029_19055.cpp:10:2: error: stray '#' in program
     vector<int> s;
  ^
0_0_31845029_19055.cpp:10:8: error: stray '#' in program
     vector<int> s;
        ^
0_0_31845029_19055.cpp:10:14: error: stray '#' in program
     vector<int> s;
              ^
0_0_31845029_19055.cpp:10:20: error: stray '#' in program
     vector<int> s;
                    ^
0_0_31845029_19055.cpp:10:37: error: stray '#' in program
     vector<int> s;
                                     ^
0_0_31845029_19055.cpp:11:2: error: stray '#' in program
     static const int BASE = 100000000;
  ^
0_0_31845029_19055.cpp:11:8: error: stray '#' in program
     static const int BASE = 100000000;
        ^
0_0_31845029_19055.cpp:11:14: error: stray '#' in program
     static const int BASE = 100000000;
              ^
0_0_31845029_19055.cpp:11:20: error: stray '#' in program
     static const int BASE = 100000000;
                    ^
0_0_31845029_19055.cpp:11:32: error: stray '#' in program
     static const int BASE = 100000000;
                                ^
0_0_31845029_19055.cpp:11:43: error: stray '#' in program
     static const int BASE = 100000000;
                                           ^
0_0_31845029_19055.cpp:11:52: error: stray '#' in program
     static const int BASE = 100000000;
                                                    ^
0_0_31845029_19055.cpp:11:62: error: stray '#' in program
     static const int BASE = 100000000;
                                                              ^
0_0_31845029_19055.cpp:11:69: error: stray '#' in program
     static const int BASE = 100000000;
                                                                     ^
0_0_31845029_19055.cpp:12:2: error: stray '#' in program
     static const int WIDTH = 8;
  ^
0_0_31845029_19055.cpp:12:8: error: stray '#' in program
     static const int WIDTH = 8;
        ^
0_0_31845029_19055.cpp:12:14: error: stray '#' in program
     static const int WIDTH = 8;
              ^
0_0_31845029_19055.cpp:12:20: error: stray '#' in program
     static const int WIDTH = 8;
                    ^
0_0_31845029_19055.cpp:12:32: error: stray '#' in program
     static const int WIDTH = 8;
                                ^
0_0_31845029_19055.cpp:12:43: error: stray '#' in program
     static const int WIDTH = 8;
                                           ^
0_0_31845029_19055.cpp:12:52: error: stray '#' in program
     static const int WIDTH = 8;
                                                    ^
0_0_31845029_19055.cpp:12:63: error: stray '#' in program
     static const int WIDTH = 8;
                                                               ^
0_0_31845029_19055.cpp:12:70: error: stray '#' in program
     static const int WIDTH = 8;
                                                                      ^
0_0_31845029_19055.cpp:13:2: error: stray '#' in program
     //注意这里的参数默认值 否则系统找不到默认的构造方法
  ^
0_0_31845029_19055.cpp:13:8: error: stray '#' in program
     //注意这里的参数默认值 否则系统找不到默认的构造方法
        ^
0_0_31845029_19055.cpp:13:14: error: stray '#' in program
     //注意这里的参数默认值 否则系统找不到默认的构造方法
              ^
0_0_31845029_19055.cpp:13:20: error: stray '#' in program
     //注意这里的参数默认值 否则系统找不到默认的构造方法
                    ^
0_0_31845029_19055.cpp:14:2: error: stray '#' in program
     BigInteger(long long num = 0) {
  ^
0_0_31845029_19055.cpp:14:8: error: stray '#' in program
     BigInteger(long long num = 0) {
        ^
0_0_31845029_19055.cpp:14:14: error: stray '#' in program
     BigInteger(long long num = 0) {
              ^
0_0_31845029_19055.cpp:14:20: error: stray '#' in program
     BigInteger(long long num = 0) {
                    ^
0_0_31845029_19055.cpp:14:41: error: stray '#' in program
     BigInteger(long long num = 0) {
                                         ^
0_0_31845029_19055.cpp:14:51: error: stray '#' in program
     BigInteger(long long num = 0) {
                                                   ^
0_0_31845029_19055.cpp:14:60: error: stray '#' in program
     BigInteger(long long num = 0) {
                                                            ^
0_0_31845029_19055.cpp:14:67: error: stray '#' in program
     BigInteger(long long num = 0) {
                                                                   ^
0_0_31845029_19055.cpp:14:75: error: stray '#' in program
     BigInteger(long long num = 0) {
                                                                           ^
0_0_31845029_19055.cpp:15:2: error: stray '#' in program
         *this = num;
  ^
0_0_31845029_19055.cpp:15:8: error: stray '#' in program
         *this = num;
        ^
0_0_31845029_19055.cpp:15:14: error: stray '#' in program
         *this = num;
              ^
0_0_31845029_19055.cpp:15:20: error: stray '#' in program
         *this = num;
                    ^
0_0_31845029_19055.cpp:15:26: error: stray '#' in program
         *this = num;
                          ^
0_0_31845029_19055.cpp:15:32: error: stray '#' in program
         *this = num;
                                ^
0_0_31845029_19055.cpp:15:38: error: stray '#' in program
         *this = num;
                                      ^
0_0_31845029_19055.cpp:15:44: error: stray '#' in program
         *this = num;
                                            ^
0_0_31845029_19055.cpp:15:55: error: stray '#' in program
         *this = num;
                                                       ^
0_0_31845029_19055.cpp:15:62: error: stray '#' in program
         *this = num;
                                                              ^
0_0_31845029_19055.cpp:16:2: error: stray '#' in program
     }
  ^
0_0_31845029_19055.cpp:16:8: error: stray '#' in program
     }
        ^
0_0_31845029_19055.cpp:16:14: error: stray '#' in program
     }
              ^
0_0_31845029_19055.cpp:16:20: error: stray '#' in program
     }
                    ^
0_0_31845029_19055.cpp:17:2: error: stray '#' in program
      
  ^
0_0_31845029_19055.cpp:17:8: error: stray '#' in program
      
        ^
0_0_31845029_19055.cpp:17:14: error: stray '#' in program
      
              ^
0_0_31845029_19055.cpp:17:20: error: stray '#' in program
      
                    ^
0_0_31845029_19055.cpp:17:26: error: stray '#' in program
      
                          ^
0_0_31845029_19055.cpp:18:2: error: stray '#' in program
     BigInteger operator = (long long num) {
  ^
0_0_31845029_19055.cpp:18:8: error: st


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-28 09:48:21, Gzip enabled