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_38513652_9750.cpp:87:2: error: stray '#' in program
 }#include <iostream>
  ^
0_0_38513652_9750.cpp:87:3: error: 'include' does not name a type
 }#include <iostream>
   ^
0_0_38513652_9750.cpp:136:11: error: redefinition of 'const long long int mod'
 const int mod = 1e9 + 7;
           ^
0_0_38513652_9750.cpp:50:11: note: 'const long long int mod' previously defined here
 const int mod = 1e9 + 7;
           ^
0_0_38513652_9750.cpp:138:11: error: redefinition of 'const long long int P'
 const int P = 131;
           ^
0_0_38513652_9750.cpp:52:11: note: 'const long long int P' previously defined here
 const int P = 131;
           ^
0_0_38513652_9750.cpp:140:11: error: redefinition of 'const long long int N'
 const int N = 1e5 + 10, M = 3e6 + 10;
           ^
0_0_38513652_9750.cpp:54:11: note: 'const long long int N' previously defined here
 const int N = 1e5 + 10, M = 3e6 + 10;
           ^
0_0_38513652_9750.cpp:140:25: error: redefinition of 'const long long int M'
 const int N = 1e5 + 10, M = 3e6 + 10;
                         ^
0_0_38513652_9750.cpp:54:25: note: 'const long long int M' previously defined here
 const int N = 1e5 + 10, M = 3e6 + 10;
                         ^
0_0_38513652_9750.cpp:142:11: error: redefinition of 'const long long int inf'
 const int inf = 0x3f3f3f3f;
           ^
0_0_38513652_9750.cpp:56:11: note: 'const long long int inf' previously defined here
 const int inf = 0x3f3f3f3f;
           ^
0_0_38513652_9750.cpp:144:10: error: redefinition of 'const long long int lnf'
 const ll lnf = 9e18;
          ^
0_0_38513652_9750.cpp:58:10: note: 'const long long int lnf' previously defined here
 const ll lnf = 9e18;
          ^
0_0_38513652_9750.cpp:146:14: error: redefinition of 'const double eps'
 const double eps = 1e-6;
              ^
0_0_38513652_9750.cpp:60:14: note: 'const double eps' previously defined here
 const double eps = 1e-6;
              ^
0_0_38513652_9750.cpp: In function 'void solve()':
0_0_38513652_9750.cpp:148:6: error: redefinition of 'void solve()'
 void solve() {
      ^
0_0_38513652_9750.cpp:62:6: note: 'void solve()' previously defined here
 void solve() {
      ^
0_0_38513652_9750.cpp: In function 'int main()':
0_0_38513652_9750.cpp:161:8: error: redefinition of 'int main()'
 signed main() {
        ^
0_0_38513652_9750.cpp:75:8: note: 'int main()' previously defined here
 signed main() {
        ^


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 22:52:53, Gzip enabled