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_38717496_13338.cpp:132:2: error: stray '#' in program
  132 | }#include <bits/stdc++.h>
      |  ^
0_0_38717496_13338.cpp:132:12: error: 'bits' was not declared in this scope
  132 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_38717496_13338.cpp:132:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  132 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_38717496_13338.cpp:132:12: error: 'bits' was not declared in this scope
  132 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_38717496_13338.cpp:132:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  132 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_38717496_13338.cpp:132:12: error: 'bits' was not declared in this scope
  132 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_38717496_13338.cpp:132:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  132 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_38717496_13338.cpp:132:12: error: 'bits' was not declared in this scope
  132 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_38717496_13338.cpp:132:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  132 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_38717496_13338.cpp:132:12: error: 'bits' was not declared in this scope
  132 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_38717496_13338.cpp:132:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  132 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_38717496_13338.cpp:132:12: error: 'bits' was not declared in this scope
  132 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_38717496_13338.cpp:132:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  132 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_38717496_13338.cpp:132:12: error: 'bits' was not declared in this scope
  132 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_38717496_13338.cpp:132:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  132 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_38717496_13338.cpp:132:12: error: 'bits' was not declared in this scope
  132 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_38717496_13338.cpp:132:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  132 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_38717496_13338.cpp:132:12: error: 'bits' was not declared in this scope
  132 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_38717496_13338.cpp:132:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
  132 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_38717496_13338.cpp:132:3: error: 'include' does not name a type
  132 | }#include <bits/stdc++.h>
      |   ^~~~~~~
0_0_38717496_13338.cpp:139:4: error: redefinition of 'll prime'
  139 | ll prime;
      |    ^~~~~
0_0_38717496_13338.cpp:8:4: note: 'll prime' previously declared here
    8 | ll prime;
      |    ^~~~~
0_0_38717496_13338.cpp:140:6: error: redefinition of 'bool flag'
  140 | bool flag;
      |      ^~~~
0_0_38717496_13338.cpp:9:6: note: 'bool flag' previously declared here
    9 | bool flag;
      |      ^~~~
0_0_38717496_13338.cpp:142:11: error: redefinition of 'll gcd(ll, ll)'
  142 | inline ll gcd(ll a,ll b)
      |           ^~~
0_0_38717496_13338.cpp:11:11: note: 'll gcd(ll, ll)' previously defined here
   11 | inline ll gcd(ll a,ll b)
      |           ^~~
0_0_38717496_13338.cpp:149:11: error: redefinition of 'long long int qpow(long long int, long long int, long long int)'
  149 | long long qpow(long long a, long long n, long long p)   // 快速幂
      |           ^~~~
0_0_38717496_13338.cpp:18:11: note: 'long long int qpow(long long int, long long int, long long int)' previously defined here
   18 | long long qpow(long long a, long long n, long long p)   // 快速幂
      |           ^~~~
0_0_38717496_13338.cpp:162:6: error: redefinition of 'bool is_prime(long long int)'
  162 | bool is_prime(long long x)              // 判断x是否为素数,x范围为longlong范围
      |      ^~~~~~~~
0_0_38717496_13338.cpp:31:6: note: 'bool is_prime(long long int)' previously defined here
   31 | bool is_prime(long long x)              // 判断x是否为素数,x范围为longlong范围
      |      ^~~~~~~~
0_0_38717496_13338.cpp:196:11: error: redefinition of 'll f(ll, ll, ll)'
  196 | inline ll f(ll x,ll c,ll n)
      |           ^
0_0_38717496_13338.cpp:65:11: note: 'll f(ll, ll, ll)' previously defined here
   65 | inline ll f(ll x,ll c,ll n)
      |           ^
0_0_38717496_13338.cpp:201:11: error: redefinition of 'll Pollard_rho(ll)'
  201 | inline ll Pollard_rho(ll x)
      |           ^~~~~~~~~~~
0_0_38717496_13338.cpp:70:11: note: 'll Pollard_rho(ll)' previously defined here
   70 | inline ll Pollard_rho(ll x)
      |           ^~~~~~~~~~~
0_0_38717496_13338.cpp:225:6: error: redefinition of 'void fac(ll)'
  225 | void fac(ll x)
      |      ^~~
0_0_38717496_13338.cpp:94:6: note: 'void fac(ll)' previously defined here
   94 | void fac(ll x)
      |      ^~~
0_0_38717496_13338.cpp:244:5: error: redefinition of 'int main()'
  244 | int main(){
      |     ^~~~
0_0_38717496_13338.cpp:113:5: note: 'int main()' previously defined here
  113 | 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-07-01 14:21:31, Gzip enabled