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_39474203_5021.cpp:71:2: error: stray '#' in program
   71 | }#include <bits/stdc++.h>
      |  ^
0_0_39474203_5021.cpp:71:12: error: 'bits' was not declared in this scope
   71 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39474203_5021.cpp:71:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
   71 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39474203_5021.cpp:71:12: error: 'bits' was not declared in this scope
   71 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39474203_5021.cpp:71:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
   71 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39474203_5021.cpp:71:12: error: 'bits' was not declared in this scope
   71 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39474203_5021.cpp:71:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
   71 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39474203_5021.cpp:71:12: error: 'bits' was not declared in this scope
   71 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39474203_5021.cpp:71:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
   71 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39474203_5021.cpp:71:12: error: 'bits' was not declared in this scope
   71 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39474203_5021.cpp:71:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
   71 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39474203_5021.cpp:71:12: error: 'bits' was not declared in this scope
   71 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39474203_5021.cpp:71:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
   71 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39474203_5021.cpp:71:12: error: 'bits' was not declared in this scope
   71 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39474203_5021.cpp:71:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
   71 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39474203_5021.cpp:71:12: error: 'bits' was not declared in this scope
   71 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39474203_5021.cpp:71:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
   71 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39474203_5021.cpp:71:12: error: 'bits' was not declared in this scope
   71 | }#include <bits/stdc++.h>
      |            ^~~~
0_0_39474203_5021.cpp:71:17: error: 'stdc' was not declared in this scope; did you mean 'std'?
   71 | }#include <bits/stdc++.h>
      |                 ^~~~
      |                 std
0_0_39474203_5021.cpp:71:3: error: 'include' does not name a type
   71 | }#include <bits/stdc++.h>
      |   ^~~~~~~
0_0_39474203_5021.cpp:79:4: error: redefinition of 'long long int m'
   79 | ll m;
      |    ^
0_0_39474203_5021.cpp:9:4: note: 'long long int m' previously declared here
    9 | ll m;
      |    ^
0_0_39474203_5021.cpp:80:4: error: redefinition of 'long long int mod'
   80 | ll mod = 1e9 + 7;
      |    ^~~
0_0_39474203_5021.cpp:10:4: note: 'long long int mod' previously defined here
   10 | ll mod = 1e9 + 7;
      |    ^~~
0_0_39474203_5021.cpp:82:4: error: redefinition of 'long long int fpow(long long int, long long int)'
   82 | ll fpow(ll a, ll b) {
      |    ^~~~
0_0_39474203_5021.cpp:12:4: note: 'long long int fpow(long long int, long long int)' previously defined here
   12 | ll fpow(ll a, ll b) {
      |    ^~~~
0_0_39474203_5021.cpp:92:6: error: redefinition of 'void solve()'
   92 | void solve() {
      |      ^~~~~
0_0_39474203_5021.cpp:22:6: note: 'void solve()' previously defined here
   22 | void solve() {
      |      ^~~~~
0_0_39474203_5021.cpp:133:8: error: redefinition of 'int main()'
  133 | signed main() {
      |        ^~~~
0_0_39474203_5021.cpp:63:8: note: 'int main()' previously defined here
   63 | signed main() {
      |        ^~~~
0_0_39474203_5021.cpp: In lambda function:
0_0_39474203_5021.cpp:115:16: error: mangling of 'solve()::<lambda(auto:55&&, long long int, long long int)> [with auto:55 = solve()::<lambda(auto:55&&, long long int, long long int)>&]' as '_ZZ5solvevENKUlOT_xxE_clIRS1_EEvS0_xx' conflicts with a previous mangle
  115 |     auto dfs = [&](auto &&self, ll now, ll old) -> void {
      |                ^
0_0_39474203_5021.cpp:45:16: note: previous mangling 'solve()::<lambda(auto:54&&, long long int, long long int)> [with auto:54 = solve()::<lambda(auto:54&&, long long int, long long int)>&]'
   45 |     auto dfs = [&](auto &&self, ll now, ll old) -> void {
      |                ^
0_0_39474203_5021.cpp:115:16: note: a later '-fabi-version=' (or =0) avoids this error with a change in mangling
  115 |     auto dfs = [&](auto &&self, ll now, ll old) -> void {
      |                ^


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-09-20 15:05:47, Gzip enabled