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_21597720_10229.cpp:49:28: error: stray '#' in program
             if(str[i][j]=='*')
                            ^
0_0_21597720_10229.cpp:49:34: error: stray '#' in program
             if(str[i][j]=='*')
                                  ^
0_0_21597720_10229.cpp:51:28: error: stray '#' in program
             if(str[i][j]=='#')
                            ^
0_0_21597720_10229.cpp:51:32: error: stray '#' in program
             if(str[i][j]=='#')
                                ^
0_0_21597720_10229.cpp:51:34: error: stray '#' in program
             if(str[i][j]=='#')
                                  ^
0_0_21597720_10229.cpp:63:28: error: stray '#' in program
             if(str[j][i]=='*')
                            ^
0_0_21597720_10229.cpp:63:34: error: stray '#' in program
             if(str[j][i]=='*')
                                  ^
0_0_21597720_10229.cpp:65:28: error: stray '#' in program
             if(str[j][i]=='#')
                            ^
0_0_21597720_10229.cpp:65:32: error: stray '#' in program
             if(str[j][i]=='#')
                                ^
0_0_21597720_10229.cpp:65:34: error: stray '#' in program
             if(str[j][i]=='#')
                                  ^
0_0_21597720_10229.cpp:77:28: error: stray '#' in program
             if(str[i][j]=='*')
                            ^
0_0_21597720_10229.cpp:77:34: error: stray '#' in program
             if(str[i][j]=='*')
                                  ^
0_0_21597720_10229.cpp:86:28: error: stray '#' in program
             if(str[i][j]=='*')
                            ^
0_0_21597720_10229.cpp:86:34: error: stray '#' in program
             if(str[i][j]=='*')
                                  ^
0_0_21597720_10229.cpp:98:28: error: stray '#' in program
             if(str[i][j]=='*')
                            ^
0_0_21597720_10229.cpp:98:34: error: stray '#' in program
             if(str[i][j]=='*')
                                  ^
0_0_21597720_10229.cpp: In function 'void creat_ma()':
0_0_21597720_10229.cpp:49:29: error: lvalue required as unary '&' operand
             if(str[i][j]=='*')
                             ^
0_0_21597720_10229.cpp:49:31: error: expected ')' before ';' token
             if(str[i][j]=='*')
                               ^
0_0_21597720_10229.cpp:49:35: error: lvalue required as unary '&' operand
             if(str[i][j]=='*')
                                   ^
0_0_21597720_10229.cpp:49:38: error: expected primary-expression before ')' token
             if(str[i][j]=='*')
                                      ^
0_0_21597720_10229.cpp:51:29: error: lvalue required as unary '&' operand
             if(str[i][j]=='#')
                             ^
0_0_21597720_10229.cpp:51:31: error: expected ')' before ';' token
             if(str[i][j]=='#')
                               ^
0_0_21597720_10229.cpp:51:35: error: lvalue required as unary '&' operand
             if(str[i][j]=='#')
                                   ^
0_0_21597720_10229.cpp:51:38: error: expected primary-expression before ')' token
             if(str[i][j]=='#')
                                      ^
0_0_21597720_10229.cpp:63:29: error: lvalue required as unary '&' operand
             if(str[j][i]=='*')
                             ^
0_0_21597720_10229.cpp:63:31: error: expected ')' before ';' token
             if(str[j][i]=='*')
                               ^
0_0_21597720_10229.cpp:63:35: error: lvalue required as unary '&' operand
             if(str[j][i]=='*')
                                   ^
0_0_21597720_10229.cpp:63:38: error: expected primary-expression before ')' token
             if(str[j][i]=='*')
                                      ^
0_0_21597720_10229.cpp:65:29: error: lvalue required as unary '&' operand
             if(str[j][i]=='#')
                             ^
0_0_21597720_10229.cpp:65:31: error: expected ')' before ';' token
             if(str[j][i]=='#')
                               ^
0_0_21597720_10229.cpp:65:35: error: lvalue required as unary '&' operand
             if(str[j][i]=='#')
                                   ^
0_0_21597720_10229.cpp:65:38: error: expected primary-expression before ')' token
             if(str[j][i]=='#')
                                      ^
0_0_21597720_10229.cpp:77:29: error: lvalue required as unary '&' operand
             if(str[i][j]=='*')
                             ^
0_0_21597720_10229.cpp:77:31: error: expected ')' before ';' token
             if(str[i][j]=='*')
                               ^
0_0_21597720_10229.cpp:77:35: error: lvalue required as unary '&' operand
             if(str[i][j]=='*')
                                   ^
0_0_21597720_10229.cpp:77:38: error: expected primary-expression before ')' token
             if(str[i][j]=='*')
                                      ^
0_0_21597720_10229.cpp:86:29: error: lvalue required as unary '&' operand
             if(str[i][j]=='*')
                             ^
0_0_21597720_10229.cpp:86:31: error: expected ')' before ';' token
             if(str[i][j]=='*')
                               ^
0_0_21597720_10229.cpp:86:35: error: lvalue required as unary '&' operand
             if(str[i][j]=='*')
                                   ^
0_0_21597720_10229.cpp:86:38: error: expected primary-expression before ')' token
             if(str[i][j]=='*')
                                      ^
0_0_21597720_10229.cpp:88:13: error: 'else' without a previous 'if'
             else
             ^
0_0_21597720_10229.cpp:98:29: error: lvalue required as unary '&' operand
             if(str[i][j]=='*')
                             ^
0_0_21597720_10229.cpp:98:31: error: expected ')' before ';' token
             if(str[i][j]=='*')
                               ^
0_0_21597720_10229.cpp:98:35: error: lvalue required as unary '&' operand
             if(str[i][j]=='*')
                                   ^
0_0_21597720_10229.cpp:98:38: error: expected primary-expression before ')' token
             if(str[i][j]=='*')
                                      ^
0_0_21597720_10229.cpp:100:13: error: 'else' without a previous 'if'
             else
             ^


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-12-04 21:55:11, Gzip enabled