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_37723458_19645.cpp:62:2: error: stray '#' in program
 }#include <bits/stdc++.h>
  ^
0_0_37723458_19645.cpp:62:3: error: 'include' does not name a type
 }#include <bits/stdc++.h>
   ^
0_0_37723458_19645.cpp: In function 'void err(std::istream_iterator<std::basic_string<char> >)':
0_0_37723458_19645.cpp:77:6: error: redefinition of 'void err(std::istream_iterator<std::basic_string<char> >)'
 void err(istream_iterator<string> it) {}
      ^
0_0_37723458_19645.cpp:16:6: note: 'void err(std::istream_iterator<std::basic_string<char> >)' previously defined here
 void err(istream_iterator<string> it) {}
      ^
0_0_37723458_19645.cpp: At global scope:
0_0_37723458_19645.cpp:79:6: error: redefinition of 'template<class T, class ... Args> void err(std::istream_iterator<std::basic_string<char> >, T, Args ...)'
 void err(istream_iterator<string> it, T a, Args... args)
      ^
0_0_37723458_19645.cpp:18:6: note: 'template<class T, class ... Args> void err(std::istream_iterator<std::basic_string<char> >, T, Args ...)' previously declared here
 void err(istream_iterator<string> it, T a, Args... args)
      ^
0_0_37723458_19645.cpp:84:36: error: redefinition of 'std::mt19937 mt32'
 mt19937 mt32(chrono::steady_clock::now().time_since_epoch().count());
                                    ^
0_0_37723458_19645.cpp:23:9: note: 'std::mt19937 mt32' previously declared here
 mt19937 mt32(chrono::steady_clock::now().time_since_epoch().count());
         ^
0_0_37723458_19645.cpp:85:39: error: redefinition of 'std::mt19937_64 mt64'
 mt19937_64 mt64(chrono::steady_clock::now().time_since_epoch().count());
                                       ^
0_0_37723458_19645.cpp:24:12: note: 'std::mt19937_64 mt64' previously declared here
 mt19937_64 mt64(chrono::steady_clock::now().time_since_epoch().count());
            ^
0_0_37723458_19645.cpp: In function 'void solve()':
0_0_37723458_19645.cpp:87:6: error: redefinition of 'void solve()'
 void solve() {
      ^
0_0_37723458_19645.cpp:26:6: note: 'void solve()' previously defined here
 void solve() {
      ^
0_0_37723458_19645.cpp: In function 'int main()':
0_0_37723458_19645.cpp:115:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_37723458_19645.cpp:54:5: note: 'int main()' previously defined here
 int 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-26 05:23:11, Gzip enabled