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_34589963_24309.cpp:51:13: error: stray '\' in program
             scanf(\\\"%d\\\",&size);
             ^
0_0_34589963_24309.cpp:51:13: error: stray '\' in program
0_0_34589963_24309.cpp:51:13: error: stray '\' in program
0_0_34589963_24309.cpp:51:13: error: missing terminating " character
0_0_34589963_24309.cpp:57:17: error: stray '\' in program
                 scanf(\\\"%s\\\",buf);
                 ^
0_0_34589963_24309.cpp:57:17: error: stray '\' in program
0_0_34589963_24309.cpp:57:17: error: stray '\' in program
0_0_34589963_24309.cpp:57:17: error: missing terminating " character
0_0_34589963_24309.cpp:60:21: error: stray '\' in program
                     map[i][j]=buf[j]-\\\'0\\\';
                     ^
0_0_34589963_24309.cpp:60:21: error: stray '\' in program
0_0_34589963_24309.cpp:60:21: error: stray '\' in program
0_0_34589963_24309.cpp:60:21: error: missing terminating ' character
0_0_34589963_24309.cpp:64:13: error: stray '\' in program
             printf(\\\"%I64d\\\\n\\\",answer);
             ^
0_0_34589963_24309.cpp:64:13: error: stray '\' in program
0_0_34589963_24309.cpp:64:13: error: stray '\' in program
0_0_34589963_24309.cpp:64:13: error: missing terminating " character
0_0_34589963_24309.cpp:120:13: error: stray '\' in program
             scanf(\\\"%d\\\",&size);
             ^
0_0_34589963_24309.cpp:120:13: error: stray '\' in program
0_0_34589963_24309.cpp:120:13: error: stray '\' in program
0_0_34589963_24309.cpp:120:13: error: missing terminating " character
0_0_34589963_24309.cpp:126:17: error: stray '\' in program
                 scanf(\\\"%s\\\",buf);
                 ^
0_0_34589963_24309.cpp:126:17: error: stray '\' in program
0_0_34589963_24309.cpp:126:17: error: stray '\' in program
0_0_34589963_24309.cpp:126:17: error: missing terminating " character
0_0_34589963_24309.cpp:129:21: error: stray '\' in program
                     map[i][j]=buf[j]-\\\'0\\\';
                     ^
0_0_34589963_24309.cpp:129:21: error: stray '\' in program
0_0_34589963_24309.cpp:129:21: error: stray '\' in program
0_0_34589963_24309.cpp:129:21: error: missing terminating ' character
0_0_34589963_24309.cpp:133:13: error: stray '\' in program
             printf(\\\"%lld\\\\n\\\",answer);
             ^
0_0_34589963_24309.cpp:133:13: error: stray '\' in program
0_0_34589963_24309.cpp:133:13: error: stray '\' in program
0_0_34589963_24309.cpp:133:13: error: missing terminating " character
0_0_34589963_24309.cpp: In function 'int main()':
0_0_34589963_24309.cpp:52:13: error: expected primary-expression before 'if'
             if(size==-1)
             ^
0_0_34589963_24309.cpp:58:17: error: expected primary-expression before 'for'
                 for(int j=0;j<size;j++)
                 ^
0_0_34589963_24309.cpp:58:29: error: 'j' was not declared in this scope
                 for(int j=0;j<size;j++)
                             ^
0_0_34589963_24309.cpp:65:9: error: expected primary-expression before '}' token
         }
         ^
0_0_34589963_24309.cpp: At global scope:
0_0_34589963_24309.cpp:72:13: error: redefinition of 'int map [37][37]'
 int map[N][N];
             ^
0_0_34589963_24309.cpp:3:5: note: 'int map [37][37]' previously declared here
 int map[N][N];
     ^
0_0_34589963_24309.cpp:73:25: error: redefinition of 'long long int accu [37][37][74]'
 long long accu[N][N][N*2];
                         ^
0_0_34589963_24309.cpp:4:9: note: 'long long int accu [37][37][74]' previously declared here
 __int64 accu[N][N][N*2];
         ^
0_0_34589963_24309.cpp: In function 'long long int detect(int)':
0_0_34589963_24309.cpp:74:11: error: redefinition of 'long long int detect(int)'
 long long detect(int size)
           ^
0_0_34589963_24309.cpp:5:9: note: 'long long int detect(int)' previously defined here
 __int64 detect(int size)
         ^
0_0_34589963_24309.cpp: In function 'int main()':
0_0_34589963_24309.cpp:113:1: error: redefinition of 'int main()'
 main()
 ^
0_0_34589963_24309.cpp:44:1: note: 'int main()' previously defined here
 main()
 ^
0_0_34589963_24309.cpp:121:13: error: expected primary-expression before 'if'
             if(size==-1)
             ^
0_0_34589963_24309.cpp:127:17: error: expected primary-expression before 'for'
                 for(int j=0;j<size;j++)
                 ^
0_0_34589963_24309.cpp:127:29: error: 'j' was not declared in this scope
                 for(int j=0;j<size;j++)
                             ^
0_0_34589963_24309.cpp:134:9: error: expected primary-expression before '}' token
         }
         ^


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-09-29 12:25:09, Gzip enabled