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_17398276_29956.cpp:1:5: error: 'ArtificialIntelligence' has not been declared
 int ArtificialIntelligence::Evaluate(int turn) {
     ^
0_0_17398276_29956.cpp: In function 'int Evaluate(int)':
0_0_17398276_29956.cpp:2:13: error: 'BOARD_SZIE' was not declared in this scope
  bool visit[BOARD_SZIE][BOARD_SZIE][SEARCH_SIZE];
             ^
0_0_17398276_29956.cpp:2:37: error: 'SEARCH_SIZE' was not declared in this scope
  bool visit[BOARD_SZIE][BOARD_SZIE][SEARCH_SIZE];
                                     ^
0_0_17398276_29956.cpp:5:9: error: 'visit' was not declared in this scope
  memset(visit, false, sizeof(visit));
         ^
0_0_17398276_29956.cpp:5:36: error: 'memset' was not declared in this scope
  memset(visit, false, sizeof(visit));
                                    ^
0_0_17398276_29956.cpp:6:9: error: 'analysisResult' was not declared in this scope
  memset(analysisResult, 0, sizeof(analysisResult)); 
         ^
0_0_17398276_29956.cpp:10:8: error: 'board' was not declared in this scope
    if (board[i][j] != NOSTONE) {
        ^
0_0_17398276_29956.cpp:10:23: error: 'NOSTONE' was not declared in this scope
    if (board[i][j] != NOSTONE) {
                       ^
0_0_17398276_29956.cpp:12:28: error: 'TOBEANALSIS' was not declared in this scope
      if (visit[i][j][k] == TOBEANALSIS)
                            ^
0_0_17398276_29956.cpp:14:30: error: 'Analysis' was not declared in this scope
       Analysis(i, j, k, visit); 
                              ^
0_0_17398276_29956.cpp:18:23: error: 'Calculate' was not declared in this scope
  return Calculate(turn); 
                       ^


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-23 17:27:46, Gzip enabled