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_24000798_887.cpp:1:1: error: stray '\264' in program
 代码
 ^
0_0_24000798_887.cpp:1:1: error: stray '\372' in program
0_0_24000798_887.cpp:1:1: error: stray '\302' in program
0_0_24000798_887.cpp:1:1: error: stray '\353' in program
0_0_24000798_887.cpp:5:1: error: 'constint' does not name a type
 constint N =65536;
 ^
0_0_24000798_887.cpp:12:5: error: 'N' was not declared in this scope
 }dp[N];//dp[i][j]表示在第i天完成作业信息为j
     ^
0_0_24000798_887.cpp:13:14: error: 'N' was not declared in this scope
 bool visited[N];//表示完成j的状态是否被访问
              ^
0_0_24000798_887.cpp: In function 'void output(int)':
0_0_24000798_887.cpp:24:14: error: 'dp' was not declared in this scope
  int curjob= dp[status].pre^status;
              ^
0_0_24000798_887.cpp: In function 'int main()':
0_0_24000798_887.cpp:58:14: error: 'visited' was not declared in this scope
       memset(visited,false,sizeof(visited));
              ^
0_0_24000798_887.cpp:60:4: error: 'dp' was not declared in this scope
    dp[0].cost=0;
    ^
0_0_24000798_887.cpp:112:2: error: 'return0' was not declared in this scope
  return0;
  ^


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-02 01:28:04, Gzip enabled