0_0_17025801_26544.cpp:3:1: error: stray '\343' in program
The pattern interface is a 3×3 square lattice, the three points in the first line are labeled as 1,2,3, the three points in the second line are labeled as 4,5,6, and the three points in the last line are labeled as 7,8,9。The password itself is a sequence, representing the points in chronological sequence, but you should follow the following rules:
^
0_0_17025801_26544.cpp:3:1: error: stray '\200' in program
0_0_17025801_26544.cpp:3:1: error: stray '\202' in program
0_0_17025801_26544.cpp:8:1: error: missing terminating ' character
- Once a point has been passed through. It can't be passed through again.
^
0_0_17025801_26544.cpp:10:1: error: missing terminating ' character
- The middle point on the path can't be skipped, unless it has been passed through(3427 is valid, but 3724 is invalid).
^
0_0_17025801_26544.cpp:1:1: error: 'In' does not name a type
In a military parade, the King sees lots of new things, including an Andriod Phone. He becomes interested in the pattern lock screen.
^
0_0_17025801_26544.cpp:3:36: error: expected unqualified-id before numeric constant
The pattern interface is a 3×3 square lattice, the three points in the first line are labeled as 1,2,3, the three points in the second line are labeled as 4,5,6, and the three points in the last line are labeled as 7,8,9。The password itself is a sequence, representing the points in chronological sequence, but you should follow the following rules:
^
0_0_17025801_26544.cpp:12:57: error: 'k' does not name a type
His password has a length for a positive integer k(1≤k≤9), the password sequence is s1,s2...sk(0≤si<INT_MAX) , he wants to know whether the password is valid. Then the King throws the problem to you.
^
0_0_17025801_26544.cpp:12:62: error: expected unqualified-id before numeric constant
His password has a length for a positive integer k(1≤k≤9), the password sequence is s1,s2...sk(0≤si<INT_MAX) , he wants to know whether the password is valid. Then the King throws the problem to you.
^
0_0_17025801_26544.cpp:12:107: error: 'si' does not name a type
His password has a length for a positive integer k(1≤k≤9), the password sequence is s1,s2...sk(0≤si<INT_MAX) , he wants to know whether the password is valid. Then the King throws the problem to you.
^
|