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_39141091_17728.cpp:54:2: error: stray '#' in program
   54 | }#include <bits/stdc++.h>
      |  ^
0_0_39141091_17728.cpp:54:12: error: 'bits' was not declared in this scope
   54 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39141091_17728.cpp:54:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
   54 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39141091_17728.cpp:54:12: error: 'bits' was not declared in this scope
   54 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39141091_17728.cpp:54:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
   54 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39141091_17728.cpp:54:12: error: 'bits' was not declared in this scope
   54 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39141091_17728.cpp:54:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
   54 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39141091_17728.cpp:54:12: error: 'bits' was not declared in this scope
   54 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39141091_17728.cpp:54:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
   54 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39141091_17728.cpp:54:12: error: 'bits' was not declared in this scope
   54 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39141091_17728.cpp:54:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
   54 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39141091_17728.cpp:54:12: error: 'bits' was not declared in this scope
   54 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39141091_17728.cpp:54:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
   54 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39141091_17728.cpp:54:12: error: 'bits' was not declared in this scope
   54 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39141091_17728.cpp:54:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
   54 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39141091_17728.cpp:54:12: error: 'bits' was not declared in this scope
   54 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39141091_17728.cpp:54:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
   54 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39141091_17728.cpp:54:12: error: 'bits' was not declared in this scope
   54 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39141091_17728.cpp:54:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
   54 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39141091_17728.cpp:54:3: error: 'include' does not name a type
   54 | }#include <bits/stdc++.h>
      |   ^~~~~~~
0_0_39141091_17728.cpp:57:11: error: redefinition of 'const int N'
   57 | const int N = 1e6+ 10;
      |           ^
0_0_39141091_17728.cpp:4:11: note: 'const int N' previously defined here
    4 | const int N = 1e6+ 10;
      |           ^
0_0_39141091_17728.cpp:58:5: error: redefinition of 'int a [1000010]'
   58 | int a[N] , b[N];
      |     ^
0_0_39141091_17728.cpp:5:5: note: 'int a [1000010]' previously declared here
    5 | int a[N] , b[N];
      |     ^
0_0_39141091_17728.cpp:58:12: error: redefinition of 'int b [1000010]'
   58 | int a[N] , b[N];
      |            ^
0_0_39141091_17728.cpp:5:12: note: 'int b [1000010]' previously declared here
    5 | int a[N] , b[N];
      |            ^
0_0_39141091_17728.cpp:60:4: error: redefinition of 'll qmi(ll, ll, ll)'
   60 | ll qmi(ll a , ll b , ll n)
      |    ^~~
0_0_39141091_17728.cpp:7:4: note: 'll qmi(ll, ll, ll)' previously defined here
    7 | ll qmi(ll a , ll b , ll n)
      |    ^~~
0_0_39141091_17728.cpp:72:4: error: redefinition of 'll gcd(ll, ll)'
   72 | ll gcd(ll a , ll b)
      |    ^~~
0_0_39141091_17728.cpp:19:4: note: 'll gcd(ll, ll)' previously defined here
   19 | ll gcd(ll a , ll b)
      |    ^~~
0_0_39141091_17728.cpp:77:4: error: redefinition of 'll lcd(ll, ll)'
   77 | ll lcd (ll a, ll b)
      |    ^~~
0_0_39141091_17728.cpp:24:4: note: 'll lcd(ll, ll)' previously defined here
   24 | ll lcd (ll a, ll b)
      |    ^~~
0_0_39141091_17728.cpp:81:4: error: redefinition of 'll exgcd(ll, ll, ll&, ll&)'
   81 | ll exgcd(ll a , ll b , ll &x , ll &y)
      |    ^~~~~
0_0_39141091_17728.cpp:28:4: note: 'll exgcd(ll, ll, ll&, ll&)' previously defined here
   28 | ll exgcd(ll a , ll b , ll &x , ll &y)
      |    ^~~~~
0_0_39141091_17728.cpp:92:5: error: redefinition of 'int main()'
   92 | int main()
      |     ^~~~
0_0_39141091_17728.cpp:39:5: note: 'int main()' previously defined here
   39 | 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-24 08:28:03, Gzip enabled