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_20273832_5771.cpp:1:1: error: 'C' does not name a type
 C++
 ^
0_0_20273832_5771.cpp:97:1: error: expected unqualified-id before numeric constant
 1
 ^
0_0_20273832_5771.cpp:193:18: error: conflicting declaration 'typedef __int128 L128'
 typedef __int128 L128;
                  ^
0_0_20273832_5771.cpp:5:19: note: previous declaration as 'typedef long long int L128'
 typedef long long L128;
                   ^
0_0_20273832_5771.cpp: In function 'LL exgcd(LL, LL, LL&, LL&)':
0_0_20273832_5771.cpp:195:4: error: redefinition of 'LL exgcd(LL, LL, LL&, LL&)'
 LL exgcd(LL a, LL b, LL &x, LL &y)
    ^
0_0_20273832_5771.cpp:7:4: note: 'LL exgcd(LL, LL, LL&, LL&)' previously defined here
 LL exgcd(LL a, LL b, LL &x, LL &y)
    ^
0_0_20273832_5771.cpp: At global scope:
0_0_20273832_5771.cpp:210:11: error: redefinition of 'template<class T> LL Mod(T, LL)'
 inline LL Mod(T x, LL y)
           ^
0_0_20273832_5771.cpp:22:11: note: 'template<class T> LL Mod(T, LL)' previously declared here
 inline LL Mod(T x, LL y)
           ^
0_0_20273832_5771.cpp: In function 'std::pair<long long int, long long int> CRT(std::pair<long long int, long long int>, std::pair<long long int, long long int>)':
0_0_20273832_5771.cpp:216:14: error: redefinition of 'std::pair<long long int, long long int> CRT(std::pair<long long int, long long int>, std::pair<long long int, long long int>)'
 pair<LL, LL> CRT(pair<LL, LL> u, pair<LL, LL> v)
              ^
0_0_20273832_5771.cpp:28:14: note: 'std::pair<long long int, long long int> CRT(std::pair<long long int, long long int>, std::pair<long long int, long long int>)' previously defined here
 pair<LL, LL> CRT(pair<LL, LL> u, pair<LL, LL> v)
              ^
0_0_20273832_5771.cpp: At global scope:
0_0_20273832_5771.cpp:233:30: error: redefinition of 'std::pair<long long int, long long int> g [201][201][8][8]'
 pair<LL, LL> g[201][201][8][8];
                              ^
0_0_20273832_5771.cpp:45:14: note: 'std::pair<long long int, long long int> g [201][201][8][8]' previously declared here
 pair<LL, LL> g[201][201][8][8];
              ^
0_0_20273832_5771.cpp: In function 'int main()':
0_0_20273832_5771.cpp:234:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_20273832_5771.cpp:46:5: note: 'int main()' previously defined here
 int main()
     ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.001000(s) query 1, Server time : 2025-01-11 01:55:38, Gzip enabled