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_20339625_11782.cpp:27:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:53:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:79:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:105:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:131:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:157:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:183:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:209:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:235:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:261:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:287:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:313:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:339:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:365:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:391:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:417:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:443:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:469:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:495:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:521:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:547:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:573:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:599:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:625:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:651:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:677:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:703:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:729:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:755:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:781:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:807:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:833:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:859:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:885:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:911:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:937:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:963:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:989:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:1015:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:1041:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:1067:2: error: stray '#' in program
 }#include <cstdio>
  ^
0_0_20339625_11782.cpp:27:3: error: 'include' does not name a type
 }#include <cstdio>
   ^
0_0_20339625_11782.cpp: In function 'long long int pow(long long int, long long int)':
0_0_20339625_11782.cpp:32:11: error: redefinition of 'long long int pow(long long int, long long int)'
 long long pow(long long n,long long m)
           ^
0_0_20339625_11782.cpp:6:11: note: 'long long int pow(long long int, long long int)' previously defined here
 long long pow(long long n,long long m)
           ^
0_0_20339625_11782.cpp: In function 'int main()':
0_0_20339625_11782.cpp:45:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_20339625_11782.cpp:19:5: note: 'int main()' previously defined here
 int main()
     ^
0_0_20339625_11782.cpp: At global scope:
0_0_20339625_11782.cpp:53:3: error: 'include' does not name a type
 }#include <cstdio>
   ^
0_0_20339625_11782.cpp: In function 'long long int pow(long long int, long long int)':
0_0_20339625_11782.cpp:58:11: error: redefinition of 'long long int pow(long long int, long long int)'
 long long pow(long long n,long long m)
           ^
0_0_20339625_11782.cpp:6:11: note: 'long long int pow(long long int, long long int)' previously defined here
 long long pow(long long n,long long m)
           ^
0_0_20339625_11782.cpp: In function 'int main()':
0_0_20339625_11782.cpp:71:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_20339625_11782.cpp:19:5: note: 'int main()' previously defined here
 int main()
     ^
0_0_20339625_11782.cpp: At global scope:
0_0_20339625_11782.cpp:79:3: error: 'include' does not name a type
 }#include <cstdio>
   ^
0_0_20339625_11782.cpp: In function 'long long int pow(long long int, long long int)':
0_0_20339625_11782.cpp:84:11: error: redefinition of 'long long int pow(long long int, long long int)'
 long long pow(long long n,long long m)
           ^
0_0_20339625_11782.cpp:6:11: note: 'long long int pow(long long int, long long int)' previously defined here
 long long pow(long long n,long long m)
           ^
0_0_20339625_11782.cpp: In function 'int main()':
0_0_20339625_11782.cpp:97:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_20339625_11782.cpp:19:5: note: 'int main()' previously defined here
 int main()
     ^
0_0_20339625_11782.cpp: At global scope:
0_0_20339625_11782.cpp:105:3: error: 'include' does not name a type
 }#include <cstdio>
   ^
0_0_20339625_11782.cpp: In function 'long long int pow(long long int, long long int)':
0_0_20339625_11782.cpp:110:11: error: redefinition of 'long long int pow(long long int, long long int)'
 long long pow(long long n,long long m)
           ^
0_0_20339625_11782.cpp:6:11: note: 'long long int pow(long long int, long long int)' previously defined here
 long long pow(long long n,long long m)
           ^
0_0_20339625_11782.cpp: In function 'int main()':
0_0_20339625_11782.cpp:123:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_20339625_11782.cpp:19:5: note: 'int main()' previously defined here
 int main()
     ^
0_0_20339625_11782.cpp: At global scope:
0_0_20339625_11782.cpp:131:3: error: 'include' does not name a type
 }#include <cstdio>
   ^
0_0_20339625_11782.cpp: In function 'long long int pow(long long int, long long int)':
0_0_20339625_11782.cpp:136:11: error: redefinition of 'long long int pow(long long int, long long int)'
 long long pow(long long n,long long m)
           ^
0_0_20339625_11782.cpp:6:11: note: 'long long int pow(long long int, long long int)' previously defined here
 long long pow(long long n,long long m)
           ^
0_0_20339625_11782.cpp: In function 'int main()':
0_0_20339625_11782.cpp:149:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_20339625_11782.cpp:19:5: note: 'int main()' previously defined here
 int main()
     ^
0_0_20339625_11782.cpp: At global scope:
0_0_20339625_11782.cpp:157:3: error: 'include' does not name a type
 }#include <cstdio>
   ^
0_0_20339625_11782.cpp: In function 'long long int pow(long long int, long long int)':
0_0_20339625_11782.cpp:162:11: error: redefinition of 'long long int pow(long long int, long long int)'
 long long pow(long long n,long long m)
           ^
0_0_20339625_11782.cpp:6:11: note: 'long long int pow(long long int, long long int)' previously defined here
 long long pow(long long n,long long m)
           ^
0_0_20339625_11782.cpp: In function 'int main()':
0_0_20339625_11782.cpp:175:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_20339625_11782.cpp:19:5: note: 'int main()' previously defined here
 int main()
     ^
0_0_20339625_11782.cpp: At global scope:
0_0_20339625_11782.cpp:183:3: error: 'include' does not name a type
 }#include <cstdio>
   ^
0_0_20339625_11782.cpp: In function 'long long int pow(long long int, long long int)':
0_0_20339625_11782.cpp:188:11: error: redefinition of 'long long int pow(long long int, long long int)'
 long long pow(long long n,long long m)
           ^
0_0_20339625_11782.cpp:6:11: note: 'long long int pow(long long int, long long int)' previously defined here
 long long pow(long long n,long long m)
           ^
0_0_20339625_11782.cpp: In function 'int main()':
0_0_20339625_11782.cpp:201:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_20339625_11782.cpp:19:5: note: 'int main()' previously defined here
 int main()
     ^
0_0_20339625_11782.cpp: At global scope:
0_0_20339625_11782.cpp:209:3: error: 'include' does not name a type
 }#include <cstdio>
   ^
0_0_20339625_11782.cpp: In function 'long long int pow(long long int, long long int)':
0_0_20339625_11782.cpp:214:11: error: redefinition of 'long long int pow(long long int, long long int)'
 long long pow(long long n,long long m)
           ^
0_0_20339625_11782.cpp:6:11: note: 'long long int pow(long long int, long long int)' previously defined here
 long long pow


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-23 10:24:16, Gzip enabled