/ Vijos /

记录详情

Compile Error

/in/foo.cc:35:29: error: stray '\342' in program
             if (s[j - 1] != ‘+‘ && s[j - 1] != ‘-‘ && s[j - 1] != ‘|‘)
                             ^
/in/foo.cc:35:30: error: stray '\200' in program
             if (s[j - 1] != ‘+‘ && s[j - 1] != ‘-‘ && s[j - 1] != ‘|‘)
                              ^
/in/foo.cc:35:31: error: stray '\230' in program
             if (s[j - 1] != ‘+‘ && s[j - 1] != ‘-‘ && s[j - 1] != ‘|‘)
                               ^
/in/foo.cc:35:33: error: stray '\342' in program
             if (s[j - 1] != ‘+‘ && s[j - 1] != ‘-‘ && s[j - 1] != ‘|‘)
                                 ^
/in/foo.cc:35:34: error: stray '\200' in program
             if (s[j - 1] != ‘+‘ && s[j - 1] != ‘-‘ && s[j - 1] != ‘|‘)
                                  ^
/in/foo.cc:35:35: error: stray '\230' in program
             if (s[j - 1] != ‘+‘ && s[j - 1] != ‘-‘ && s[j - 1] != ‘|‘)
                                   ^
/in/foo.cc:35:52: error: stray '\342' in program
             if (s[j - 1] != ‘+‘ && s[j - 1] != ‘-‘ && s[j - 1] != ‘|‘)
                                                    ^
/in/foo.cc:35:53: error: stray '\200' in program
             if (s[j - 1] != ‘+‘ && s[j - 1] != ‘-‘ && s[j - 1] != ‘|‘)
                                                     ^
/in/foo.cc:35:54: error: stray '\230' in program
             if (s[j - 1] != ‘+‘ && s[j - 1] != ‘-‘ && s[j - 1] != ‘|‘)
                                                      ^
/in/foo.cc:35:56: error: stray '\342' in program
             if (s[j - 1] != ‘+‘ && s[j - 1] != ‘-‘ && s[j - 1] != ‘|‘)
                                                        ^
/in/foo.cc:35:57: error: stray '\200' in program
             if (s[j - 1] != ‘+‘ && s[j - 1] != ‘-‘ && s[j - 1] != ‘|‘)
                                                         ^
/in/foo.cc:35:58: error: stray '\230' in program
             if (s[j - 1] != ‘+‘ && s[j - 1] != ‘-‘ && s[j - 1] != ‘|‘)
                                                          ^
/in/foo.cc:35:75: error: stray '\342' in program
             if (s[j - 1] != ‘+‘ && s[j - 1] != ‘-‘ && s[j - 1] != ‘|‘)
                                                                           ^
/in/foo.cc:35:76: error: stray '\200' in program
             if (s[j - 1] != ‘+‘ && s[j - 1] != ‘-‘ && s[j - 1] != ‘|‘)
                                                                            ^
/in/foo.cc:35:77: error: stray '\230' in program
             if (s[j - 1] != ‘+‘ && s[j - 1] != ‘-‘ && s[j - 1] != ‘|‘)
                                                                             ^
/in/foo.cc:35:79: error: stray '\342' in program
             if (s[j - 1] != ‘+‘ && s[j - 1] != ‘-‘ && s[j - 1] != ‘|‘)
                                                                               ^
/in/foo.cc:35:80: error: stray '\200' in program
             if (s[j - 1] != ‘+‘ && s[j - 1] != ‘-‘ && s[j - 1] != ‘|‘)
                                                                                ^
/in/foo.cc:35:81: error: stray '\230' in program
             if (s[j - 1] != ‘+‘ && s[j - 1] != ‘-‘ && s[j - 1] != ‘|‘)
                                                                                 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:35:40: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
             if (s[j - 1] != ‘+‘ && s[j - 1] != ‘-‘ && s[j - 1] != ‘|‘)
                                        ^
/in/foo.cc:35:41: error: expected ')' before '[' token
             if (s[j - 1] != ‘+‘ && s[j - 1] != ‘-‘ && s[j - 1] != ‘|‘)
                                         ^
/in/foo.cc:35:40: error: label 's' used but not defined
             if (s[j - 1] != ‘+‘ && s[j - 1] != ‘-‘ && s[j - 1] != ‘|‘)
                                        ^

信息

递交者
类型
递交
题目
P1434 简单的迷宫
语言
C++
递交时间
2020-05-23 17:16:23
评测时间
2020-05-23 17:16:23
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes