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_38723265_26026.cpp:62:2: error: stray '#' in program
   62 | }#include<bits/stdc++.h>
      |  ^
0_0_38723265_26026.cpp:62:11: error: 'bits' was not declared in this scope
   62 | }#include<bits/stdc++.h>
      |           ^~~~
0_0_38723265_26026.cpp:62:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
   62 | }#include<bits/stdc++.h>
      |                ^~~~
      |                std
0_0_38723265_26026.cpp:62:11: error: 'bits' was not declared in this scope
   62 | }#include<bits/stdc++.h>
      |           ^~~~
0_0_38723265_26026.cpp:62:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
   62 | }#include<bits/stdc++.h>
      |                ^~~~
      |                std
0_0_38723265_26026.cpp:62:11: error: 'bits' was not declared in this scope
   62 | }#include<bits/stdc++.h>
      |           ^~~~
0_0_38723265_26026.cpp:62:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
   62 | }#include<bits/stdc++.h>
      |                ^~~~
      |                std
0_0_38723265_26026.cpp:62:11: error: 'bits' was not declared in this scope
   62 | }#include<bits/stdc++.h>
      |           ^~~~
0_0_38723265_26026.cpp:62:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
   62 | }#include<bits/stdc++.h>
      |                ^~~~
      |                std
0_0_38723265_26026.cpp:62:11: error: 'bits' was not declared in this scope
   62 | }#include<bits/stdc++.h>
      |           ^~~~
0_0_38723265_26026.cpp:62:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
   62 | }#include<bits/stdc++.h>
      |                ^~~~
      |                std
0_0_38723265_26026.cpp:62:11: error: 'bits' was not declared in this scope
   62 | }#include<bits/stdc++.h>
      |           ^~~~
0_0_38723265_26026.cpp:62:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
   62 | }#include<bits/stdc++.h>
      |                ^~~~
      |                std
0_0_38723265_26026.cpp:62:11: error: 'bits' was not declared in this scope
   62 | }#include<bits/stdc++.h>
      |           ^~~~
0_0_38723265_26026.cpp:62:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
   62 | }#include<bits/stdc++.h>
      |                ^~~~
      |                std
0_0_38723265_26026.cpp:62:11: error: 'bits' was not declared in this scope
   62 | }#include<bits/stdc++.h>
      |           ^~~~
0_0_38723265_26026.cpp:62:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
   62 | }#include<bits/stdc++.h>
      |                ^~~~
      |                std
0_0_38723265_26026.cpp:62:11: error: 'bits' was not declared in this scope
   62 | }#include<bits/stdc++.h>
      |           ^~~~
0_0_38723265_26026.cpp:62:16: error: 'stdc' was not declared in this scope; did you mean 'std'?
   62 | }#include<bits/stdc++.h>
      |                ^~~~
      |                std
0_0_38723265_26026.cpp:62:3: error: 'include' does not name a type
   62 | }#include<bits/stdc++.h>
      |   ^~~~~~~
0_0_38723265_26026.cpp:65:11: error: redefinition of 'const int N'
   65 | const int N=510,mod=998244353;
      |           ^
0_0_38723265_26026.cpp:4:11: note: 'const int N' previously defined here
    4 | const int N=510,mod=998244353;
      |           ^
0_0_38723265_26026.cpp:65:17: error: redefinition of 'const int mod'
   65 | const int N=510,mod=998244353;
      |                 ^~~
0_0_38723265_26026.cpp:4:17: note: 'const int mod' previously defined here
    4 | const int N=510,mod=998244353;
      |                 ^~~
0_0_38723265_26026.cpp:66:10: error: redefinition of 'const ll INF'
   66 | const ll INF=1e18;
      |          ^~~
0_0_38723265_26026.cpp:5:10: note: 'const ll INF' previously defined here
    5 | const ll INF=1e18;
      |          ^~~
0_0_38723265_26026.cpp:67:5: error: redefinition of 'int t'
   67 | int t,n,m;
      |     ^
0_0_38723265_26026.cpp:6:5: note: 'int t' previously declared here
    6 | int t,n,m;
      |     ^
0_0_38723265_26026.cpp:67:7: error: redefinition of 'int n'
   67 | int t,n,m;
      |       ^
0_0_38723265_26026.cpp:6:7: note: 'int n' previously declared here
    6 | int t,n,m;
      |       ^
0_0_38723265_26026.cpp:67:9: error: redefinition of 'int m'
   67 | int t,n,m;
      |         ^
0_0_38723265_26026.cpp:6:9: note: 'int m' previously declared here
    6 | int t,n,m;
      |         ^
0_0_38723265_26026.cpp:68:4: error: redefinition of 'll res'
   68 | ll res;
      |    ^~~
0_0_38723265_26026.cpp:7:4: note: 'll res' previously declared here
    7 | ll res;
      |    ^~~
0_0_38723265_26026.cpp:69:4: error: redefinition of 'll d [510][510]'
   69 | ll d[N][N],g[N][N];
      |    ^
0_0_38723265_26026.cpp:8:4: note: 'll d [510][510]' previously declared here
    8 | ll d[N][N],g[N][N];
      |    ^
0_0_38723265_26026.cpp:69:12: error: redefinition of 'll g [510][510]'
   69 | ll d[N][N],g[N][N];
      |            ^
0_0_38723265_26026.cpp:8:12: note: 'll g [510][510]' previously declared here
    8 | ll d[N][N],g[N][N];
      |            ^
0_0_38723265_26026.cpp:70:5: error: redefinition of 'int dp [510][510]'
   70 | int dp[N][N];
      |     ^~
0_0_38723265_26026.cpp:9:5: note: 'int dp [510][510]' previously declared here
    9 | int dp[N][N];
      |     ^~
0_0_38723265_26026.cpp:71:5: error: redefinition of 'int cnt'
   71 | int cnt;
      |     ^~~
0_0_38723265_26026.cpp:10:5: note: 'int cnt' previously declared here
   10 | int cnt;
      |     ^~~
0_0_38723265_26026.cpp:72:6: error: redefinition of 'void floyd()'
   72 | void floyd()
      |      ^~~~~
0_0_38723265_26026.cpp:11:6: note: 'void floyd()' previously defined here
   11 | void floyd()
      |      ^~~~~
0_0_38723265_26026.cpp:99:6: error: redefinition of 'void solve()'
   99 | void solve()
      |      ^~~~~
0_0_38723265_26026.cpp:38:6: note: 'void solve()' previously defined here
   38 | void solve()
      |      ^~~~~
0_0_38723265_26026.cpp:119:5: error: redefinition of 'int main()'
  119 | int main()
      |     ^~~~
0_0_38723265_26026.cpp:58:5: note: 'int main()' previously defined here
   58 | 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-16 09:15:50, Gzip enabled