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_17928223_13490.cpp:100:1: error: stray '\346' in program
 <div class="panel_bottom"><span style="font-size:18px">思路2:dp</span></div>
 ^
0_0_17928223_13490.cpp:100:1: error: stray '\200' in program
0_0_17928223_13490.cpp:100:1: error: stray '\235' in program
0_0_17928223_13490.cpp:100:1: error: stray '\350' in program
0_0_17928223_13490.cpp:100:1: error: stray '\267' in program
0_0_17928223_13490.cpp:100:1: error: stray '\257' in program
0_0_17928223_13490.cpp:103:1: error: stray '\344' in program
 <div class="panel_bottom"><span style="font-size:18px">代码:</span></div>
 ^
0_0_17928223_13490.cpp:103:1: error: stray '\273' in program
0_0_17928223_13490.cpp:103:1: error: stray '\243' in program
0_0_17928223_13490.cpp:103:1: error: stray '\347' in program
0_0_17928223_13490.cpp:103:1: error: stray '\240' in program
0_0_17928223_13490.cpp:103:1: error: stray '\201' in program
0_0_17928223_13490.cpp:103:1: error: stray '\357' in program
0_0_17928223_13490.cpp:103:1: error: stray '\274' in program
0_0_17928223_13490.cpp:103:1: error: stray '\232' in program
0_0_17928223_13490.cpp:105:30: error: stray '#' in program
 <pre name="code" class="cpp">#include <iostream>
                              ^
0_0_17928223_13490.cpp:96:2: error: expected unqualified-id before '<' token
 }</pre>
  ^
0_0_17928223_13490.cpp:121:5: error: redefinition of 'int n'
 int n,m,ans;
     ^
0_0_17928223_13490.cpp:17:5: note: 'int n' previously declared here
 int n,m,ans;
     ^
0_0_17928223_13490.cpp:121:7: error: redefinition of 'int m'
 int n,m,ans;
       ^
0_0_17928223_13490.cpp:17:7: note: 'int m' previously declared here
 int n,m,ans;
       ^
0_0_17928223_13490.cpp:121:9: error: redefinition of 'int ans'
 int n,m,ans;
         ^
0_0_17928223_13490.cpp:17:9: note: 'int ans' previously declared here
 int n,m,ans;
         ^
0_0_17928223_13490.cpp:122:18: error: redefinition of 'int mp [105][105]'
 int mp[maxn][maxn];
                  ^
0_0_17928223_13490.cpp:20:5: note: 'int mp [105][105]' previously declared here
 int mp[maxn][maxn];
     ^
0_0_17928223_13490.cpp:123:18: error: redefinition of 'int dp [105][105]'
 int dp[maxn][maxn];
                  ^
0_0_17928223_13490.cpp:21:5: note: 'int dp [105][105]' previously declared here
 int dp[maxn][maxn];
     ^
0_0_17928223_13490.cpp: In function 'void solve()':
0_0_17928223_13490.cpp:125:6: error: redefinition of 'void solve()'
 void solve()
      ^
0_0_17928223_13490.cpp:35:6: note: 'void solve()' previously defined here
 void solve()
      ^
0_0_17928223_13490.cpp: In function 'int main()':
0_0_17928223_13490.cpp:148:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_17928223_13490.cpp:78:5: note: 'int main()' previously defined here
 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-12-02 05:18:30, Gzip enabled