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_29143570_32145.cpp:14:13: error: stray '\243' in program
             dp[i][j][0]=sum2[si^1][sj][1];
             ^
0_0_29143570_32145.cpp:14:13: error: stray '\336' in program
0_0_29143570_32145.cpp:15:13: error: stray '\243' in program
             sum1[si][sj][0]=(sum1[si^1][sj][0]+dp[i][j][0])%mod;
             ^
0_0_29143570_32145.cpp:15:13: error: stray '\336' in program
0_0_29143570_32145.cpp:16:13: error: stray '\243' in program
             sum2[si][sj][0]=(sum2[si^1][sj][0]+sum1[si][sj][0])%mod;
             ^
0_0_29143570_32145.cpp:16:13: error: stray '\336' in program
0_0_29143570_32145.cpp:19:13: error: stray '\243' in program
             else dp[i][j][1]=sum2[si][sj^1][0];
             ^
0_0_29143570_32145.cpp:19:13: error: stray '\336' in program
0_0_29143570_32145.cpp:20:13: error: stray '\243' in program
             sum1[si][sj][1]=(sum1[si][sj^1][1]+dp[i][j][1])%mod;
             ^
0_0_29143570_32145.cpp:20:13: error: stray '\336' in program
0_0_29143570_32145.cpp:21:13: error: stray '\243' in program
             sum2[si][sj][1]=(sum2[si][sj^1][1]+sum1[si][sj][1])%mod;
             ^
0_0_29143570_32145.cpp:21:13: error: stray '\336' in program
0_0_29143570_32145.cpp: In function 'int main()':
0_0_29143570_32145.cpp:14:34: error: expected ']' before numeric constant
             dp[i][j][0]=sum2[si^1][sj][1];
                                  ^
0_0_29143570_32145.cpp:14:34: error: invalid conversion from 'int (*)[2]' to 'int' [-fpermissive]
0_0_29143570_32145.cpp:14:34: error: expected ';' before numeric constant
0_0_29143570_32145.cpp:15:39: error: expected ']' before numeric constant
             sum1[si][sj][0]=(sum1[si^1][sj][0]+dp[i][j][0])%mod;
                                       ^
0_0_29143570_32145.cpp:15:39: error: expected ')' before numeric constant
0_0_29143570_32145.cpp:15:39: error: invalid conversion from 'int (*)[2]' to 'int' [-fpermissive]
0_0_29143570_32145.cpp:16:39: error: expected ']' before numeric constant
             sum2[si][sj][0]=(sum2[si^1][sj][0]+sum1[si][sj][0])%mod;
                                       ^
0_0_29143570_32145.cpp:16:39: error: expected ')' before numeric constant
0_0_29143570_32145.cpp:16:39: error: invalid conversion from 'int (*)[2]' to 'int' [-fpermissive]
0_0_29143570_32145.cpp:19:43: error: expected ']' before numeric constant
             else dp[i][j][1]=sum2[si][sj^1][0];
                                           ^
0_0_29143570_32145.cpp:19:43: error: invalid conversion from 'int*' to 'int' [-fpermissive]
0_0_29143570_32145.cpp:19:43: error: expected ';' before numeric constant
0_0_29143570_32145.cpp:20:43: error: expected ']' before numeric constant
             sum1[si][sj][1]=(sum1[si][sj^1][1]+dp[i][j][1])%mod;
                                           ^
0_0_29143570_32145.cpp:20:43: error: expected ')' before numeric constant
0_0_29143570_32145.cpp:20:43: error: invalid conversion from 'int*' to 'int' [-fpermissive]
0_0_29143570_32145.cpp:21:43: error: expected ']' before numeric constant
             sum2[si][sj][1]=(sum2[si][sj^1][1]+sum1[si][sj][1])%mod;
                                           ^
0_0_29143570_32145.cpp:21:43: error: expected ')' before numeric constant
0_0_29143570_32145.cpp:21:43: error: invalid conversion from 'int*' to 'int' [-fpermissive]


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-06-26 20:50:02, Gzip enabled