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_37142342_1247.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
 #include <string.h>
          ^
0_0_37142342_1247.cpp:2:10: error: #include expects "FILENAME" or <FILENAME>
 #include <iostream>
          ^
0_0_37142342_1247.cpp:75:3: error: missing terminating " character
   printf("
   ^
0_0_37142342_1247.cpp:76:1: error: missing terminating " character
 ");
 ^
0_0_37142342_1247.cpp:22:38: error: expected ')' before ';' token
  BigNum operator * (const BigNum & B){
                                      ^
0_0_37142342_1247.cpp:22:40: error: 'B' does not name a type
  BigNum operator * (const BigNum & B){
                                        ^
0_0_37142342_1247.cpp:43:34: error: expected ')' before ';' token
  BigNum operator /(const int & k) const{  // k < BASE, 对此题适用
                                  ^
0_0_37142342_1247.cpp:43:36: error: 'k' does not name a type
  BigNum operator /(const int & k) const{  // k < BASE, 对此题适用
                                    ^
0_0_37142342_1247.cpp: In constructor 'BigNum::BigNum(int)':
0_0_37142342_1247.cpp:14:25: error: 'memset' was not declared in this scope
   memset(a, 0, sizeof(a));
                         ^
0_0_37142342_1247.cpp: In constructor 'BigNum::BigNum()':
0_0_37142342_1247.cpp:19:25: error: 'memset' was not declared in this scope
   memset(a, 0, sizeof(a));
                         ^
0_0_37142342_1247.cpp: In member function 'void BigNum::print()':
0_0_37142342_1247.cpp:57:27: error: 'printf' was not declared in this scope
   printf("%d", a[length-1]);
                           ^
0_0_37142342_1247.cpp:58:25: error: 'gt' was not declared in this scope
   for(int i=length-2; i>=0; i--)
                         ^
0_0_37142342_1247.cpp:58:28: error: expected primary-expression before '=' token
   for(int i=length-2; i>=0; i--)
                            ^
0_0_37142342_1247.cpp:58:30: error: expected ')' before ';' token
   for(int i=length-2; i>=0; i--)
                              ^
0_0_37142342_1247.cpp:58:32: error: 'i' was not declared in this scope
   for(int i=length-2; i>=0; i--)
                                ^
0_0_37142342_1247.cpp: In function 'int main()':
0_0_37142342_1247.cpp:69:17: error: 'lt' was not declared in this scope
  for(int i=4; i<=100; i++){
                 ^
0_0_37142342_1247.cpp:69:20: error: expected primary-expression before '=' token
  for(int i=4; i<=100; i++){
                    ^
0_0_37142342_1247.cpp:69:24: error: expected ')' before ';' token
  for(int i=4; i<=100; i++){
                        ^
0_0_37142342_1247.cpp:69:26: error: 'i' was not declared in this scope
  for(int i=4; i<=100; i++){
                          ^
0_0_37142342_1247.cpp:73:21: error: 'amp' was not declared in this scope
  while(scanf("%d", &n), n>0){
                     ^
0_0_37142342_1247.cpp:73:24: error: expected ')' before ';' token
  while(scanf("%d", &n), n>0){
                        ^
0_0_37142342_1247.cpp:73:26: error: expected ';' before ')' token
  while(scanf("%d", &n), n>0){
                          ^
0_0_37142342_1247.cpp:73:35: error: expected ';' before ')' token
  while(scanf("%d", &n), n>0){
                                   ^


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-26 13:37:41, Gzip enabled