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_39661716_21416.cpp:119:2: error: stray '#' in program
  119 | }#include <bits/stdc++.h>
      |  ^
0_0_39661716_21416.cpp:119:12: error: 'bits' was not declared in this scope
  119 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39661716_21416.cpp:119:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  119 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39661716_21416.cpp:119:12: error: 'bits' was not declared in this scope
  119 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39661716_21416.cpp:119:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  119 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39661716_21416.cpp:119:12: error: 'bits' was not declared in this scope
  119 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39661716_21416.cpp:119:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  119 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39661716_21416.cpp:119:12: error: 'bits' was not declared in this scope
  119 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39661716_21416.cpp:119:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  119 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39661716_21416.cpp:119:12: error: 'bits' was not declared in this scope
  119 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39661716_21416.cpp:119:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  119 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39661716_21416.cpp:119:12: error: 'bits' was not declared in this scope
  119 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39661716_21416.cpp:119:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  119 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39661716_21416.cpp:119:12: error: 'bits' was not declared in this scope
  119 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39661716_21416.cpp:119:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  119 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39661716_21416.cpp:119:12: error: 'bits' was not declared in this scope
  119 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39661716_21416.cpp:119:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  119 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39661716_21416.cpp:119:12: error: 'bits' was not declared in this scope
  119 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39661716_21416.cpp:119:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  119 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39661716_21416.cpp:119:3: error: 'include' does not name a type
  119 | }#include <bits/stdc++.h>
      |   ^~~~~~~
0_0_39661716_21416.cpp:121:11: error: redefinition of 'const int P'
  121 | const int P = 998244353;
      |           ^
0_0_39661716_21416.cpp:3:11: note: 'const int P' previously defined here
    3 | const int P = 998244353;
      |           ^
0_0_39661716_21416.cpp:122:11: error: redefinition of 'const int N'
  122 | const int N = 2e6+7;
      |           ^
0_0_39661716_21416.cpp:4:11: note: 'const int N' previously defined here
    4 | const int N = 2e6+7;
      |           ^
0_0_39661716_21416.cpp:123:5: error: redefinition of 'int n'
  123 | int n , k;
      |     ^
0_0_39661716_21416.cpp:5:5: note: 'int n' previously declared here
    5 | int n , k;
      |     ^
0_0_39661716_21416.cpp:123:9: error: redefinition of 'int k'
  123 | int n , k;
      |         ^
0_0_39661716_21416.cpp:5:9: note: 'int k' previously declared here
    5 | int n , k;
      |         ^
0_0_39661716_21416.cpp:124:11: error: redefinition of 'long long int pri [2000007]'
  124 | long long pri[N] , cur , mu[N] , sum_mu[N];
      |           ^~~
0_0_39661716_21416.cpp:6:11: note: 'long long int pri [2000007]' previously declared here
    6 | long long pri[N] , cur , mu[N] , sum_mu[N];
      |           ^~~
0_0_39661716_21416.cpp:124:20: error: redefinition of 'long long int cur'
  124 | long long pri[N] , cur , mu[N] , sum_mu[N];
      |                    ^~~
0_0_39661716_21416.cpp:6:20: note: 'long long int cur' previously declared here
    6 | long long pri[N] , cur , mu[N] , sum_mu[N];
      |                    ^~~
0_0_39661716_21416.cpp:124:26: error: redefinition of 'long long int mu [2000007]'
  124 | long long pri[N] , cur , mu[N] , sum_mu[N];
      |                          ^~
0_0_39661716_21416.cpp:6:26: note: 'long long int mu [2000007]' previously declared here
    6 | long long pri[N] , cur , mu[N] , sum_mu[N];
      |                          ^~
0_0_39661716_21416.cpp:124:34: error: redefinition of 'long long int sum_mu [2000007]'
  124 | long long pri[N] , cur , mu[N] , sum_mu[N];
      |                                  ^~~~~~
0_0_39661716_21416.cpp:6:34: note: 'long long int sum_mu [2000007]' previously declared here
    6 | long long pri[N] , cur , mu[N] , sum_mu[N];
      |                                  ^~~~~~
0_0_39661716_21416.cpp:125:6: error: redefinition of 'bool vis [2000007]'
  125 | bool vis[N];
      |      ^~~
0_0_39661716_21416.cpp:7:6: note: 'bool vis [2000007]' previously declared here
    7 | bool vis[N];
      |      ^~~
0_0_39661716_21416.cpp:126:36: error: redefinition of 'std::unordered_map<long long int, long long int> mp_mu'
  126 | unordered_map<long long,long long> mp_mu;
      |                                    ^~~~~
0_0_39661716_21416.cpp:8:36: note: 'std::unordered_map<long long int, long long int> mp_mu' previously declared here
    8 | unordered_map<long long,long long> mp_mu;
      |                                    ^~~~~
0_0_39661716_21416.cpp:127:11: error: redefinition of 'long long int S_mu(long long int)'
  127 | long long S_mu(long long x)
      |           ^~~~
0_0_39661716_21416.cpp:9:11: note: 'long long int S_mu(long long int)' previously defined here
    9 | long long S_mu(long long x)
      |           ^~~~
0_0_39661716_21416.cpp:139:11: error: redefinition of 'long long int S_phi(long long int)'
  139 | long long S_phi(long long x)
      |           ^~~~~
0_0_39661716_21416.cpp:21:11: note: 'long long int S_phi(long long int)' previously defined here
   21 | long long S_phi(long long x)
      |           ^~~~~
0_0_39661716_21416.cpp:150:11: error: redefinition of 'long long int ksm(long long int, long long int)'
  150 | long long ksm(long long a,long long b)
      |           ^~~
0_0_39661716_21416.cpp:32:11: note: 'long long int ksm(long long int, long long int)' previously defined here
   32 | long long ksm(long long a,long long b)
      |           ^~~
0_0_39661716_21416.cpp:161:11: error: redefinition of 'long long int c [12][12]'
  161 | long long c[12][12];
      |           ^
0_0_39661716_21416.cpp:43:11: note: 'long long int c [12][12]' previously declared here
   43 | long long c[12][12];
      |           ^
0_0_39661716_21416.cpp:163:6: error: redefinition of 'void solve()'
  163 | void solve()
      |      ^~~~~
0_0_39661716_21416.cpp:45:6: note: 'void solve()' previously defined here
   45 | void solve()
      |      ^~~~~
0_0_39661716_21416.cpp:199:5: error: redefinition of 'int main()'
  199 | int main()
      |     ^~~~
0_0_39661716_21416.cpp:81:5: note: 'int main()' previously defined here
   81 | 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 21:17:26, Gzip enabled