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_14624063_28754.cpp:1:13: error: stray '#' in program
 Magic Number#include<iostream>
             ^
0_0_14624063_28754.cpp:1:1: error: 'Magic' does not name a type
 Magic Number#include<iostream>
 ^
0_0_14624063_28754.cpp: In function 'int judge(char*, char*)':
0_0_14624063_28754.cpp:19:69: error: 'min' was not declared in this scope
             else dp[i][j]=min(dp[i-1][j],min(dp[i][j-1],dp[i-1][j-1]))+1;
                                                                     ^
0_0_14624063_28754.cpp:19:70: error: 'min' was not declared in this scope
             else dp[i][j]=min(dp[i-1][j],min(dp[i][j-1],dp[i-1][j-1]))+1;
                                                                      ^
0_0_14624063_28754.cpp:19:70: error: redeclaration of '<typeprefixerror>min'
0_0_14624063_28754.cpp:19:69: note: previous declaration '<typeprefixerror>min'
             else dp[i][j]=min(dp[i-1][j],min(dp[i][j-1],dp[i-1][j-1]))+1;
                                                                     ^


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-10-06 16:23:38, Gzip enabled