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_23192817_10677.cpp:146:1: error: stray '\312' in program
 时间(广搜):
 ^
0_0_23192817_10677.cpp:146:1: error: stray '\261' in program
0_0_23192817_10677.cpp:146:1: error: stray '\274' in program
0_0_23192817_10677.cpp:146:1: error: stray '\344' in program
0_0_23192817_10677.cpp:146:1: error: stray '\271' in program
0_0_23192817_10677.cpp:146:1: error: stray '\343' in program
0_0_23192817_10677.cpp:146:1: error: stray '\313' in program
0_0_23192817_10677.cpp:146:1: error: stray '\321' in program
0_0_23192817_10677.cpp:146:1: error: stray '\243' in program
0_0_23192817_10677.cpp:146:1: error: stray '\272' in program
0_0_23192817_10677.cpp:208:1: error: stray '\311' in program
 深搜源码如下:
 ^
0_0_23192817_10677.cpp:208:1: error: stray '\356' in program
0_0_23192817_10677.cpp:208:1: error: stray '\313' in program
0_0_23192817_10677.cpp:208:1: error: stray '\321' in program
0_0_23192817_10677.cpp:208:1: error: stray '\324' in program
0_0_23192817_10677.cpp:208:1: error: stray '\264' in program
0_0_23192817_10677.cpp:208:1: error: stray '\302' in program
0_0_23192817_10677.cpp:208:1: error: stray '\353' in program
0_0_23192817_10677.cpp:208:1: error: stray '\310' in program
0_0_23192817_10677.cpp:208:1: error: stray '\347' in program
0_0_23192817_10677.cpp:208:1: error: stray '\317' in program
0_0_23192817_10677.cpp:208:1: error: stray '\302' in program
0_0_23192817_10677.cpp:208:1: error: stray '\243' in program
0_0_23192817_10677.cpp:208:1: error: stray '\272' in program
0_0_23192817_10677.cpp: In function 'int main()':
0_0_23192817_10677.cpp:50:5: error: 'std::istream' has no member named 'close'
 cin.close();
     ^
0_0_23192817_10677.cpp: At global scope:
0_0_23192817_10677.cpp:137:1: error: expected unqualified-id before '<' token
 </TD>
 ^
0_0_23192817_10677.cpp:222:21: error: redefinition of 'const int with [10][5]'
 const int with[10][5]={{},{1,2,4,5},{1,2,3},{2,3,5,6},{1,4,7},{2,4,5,6,8},{3,6,9},{4,5,7,8},{7,8,9},{5,6,8,9}};
                     ^
0_0_23192817_10677.cpp:10:11: note: 'const int with [10][5]' previously defined here
 const int with[10][5]={{},{1,2,4,5},{1,2,3},{2,3,5,6},{1,4,7},{2,4,5,6,8},{3,6,9},{4,5,7,8},{7,8,9},{5,6,8,9}};
           ^
0_0_23192817_10677.cpp:225:9: error: conflicting declaration 'int t [10]'
 int t[10],ans_min=30,ans[30],way[30]={1},use[10];
         ^
0_0_23192817_10677.cpp:13:6: note: previous declaration as 'char t [270000][10]'
 char t[270000][10],way[270000]={1},use[270000][10];
      ^
0_0_23192817_10677.cpp:225:28: error: conflicting declaration 'int ans [30]'
 int t[10],ans_min=30,ans[30],way[30]={1},use[10];
                            ^
0_0_23192817_10677.cpp:17:8: note: previous declaration as 'std::string ans'
 string ans;
        ^
0_0_23192817_10677.cpp:225:36: error: conflicting declaration 'int way [30]'
 int t[10],ans_min=30,ans[30],way[30]={1},use[10];
                                    ^
0_0_23192817_10677.cpp:13:20: note: previous declaration as 'char way [270000]'
 char t[270000][10],way[270000]={1},use[270000][10];
                    ^
0_0_23192817_10677.cpp:225:48: error: conflicting declaration 'int use [10]'
 int t[10],ans_min=30,ans[30],way[30]={1},use[10];
                                                ^
0_0_23192817_10677.cpp:13:36: note: previous declaration as 'char use [270000][10]'
 char t[270000][10],way[270000]={1},use[270000][10];
                                    ^
0_0_23192817_10677.cpp: In function 'int main()':
0_0_23192817_10677.cpp:235:5: error: redefinition of 'int main()'
 int main() {
     ^
0_0_23192817_10677.cpp:27:5: note: 'int main()' previously defined here
 int main() {
     ^
0_0_23192817_10677.cpp:248:5: error: invalid operands of types 'char [10]' and 'int' to binary 'operator%'
 t[i]%=12;
     ^
0_0_23192817_10677.cpp:248:5: error:   in evaluation of 'operator%=(char [10], int)'
0_0_23192817_10677.cpp:261:5: error: 'std::istream' has no member named 'close'
 cin.close();
     ^
0_0_23192817_10677.cpp: In function 'void dfs(int)':
0_0_23192817_10677.cpp:292:13: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
 if (use[i]>=3) continue;
             ^
0_0_23192817_10677.cpp:298:7: error: lvalue required as increment operand
 use[i]++;
       ^
0_0_23192817_10677.cpp:310:7: error: lvalue required as decrement operand
 use[i]--;
       ^
0_0_23192817_10677.cpp: In function 'void work(int)':
0_0_23192817_10677.cpp:329:33: error: invalid operands of types 'char*' and 'int' to binary 'operator%'
 t[with[k][i]]=(t[with[k][i]]+3)%12;
                                 ^


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-23 03:59:38, Gzip enabled