0_0_25534504_12260.cpp:1:1: error: stray '\241' in program
iven a list of phone numbers, determine if it is consistent in the sense that no number is the prefix of another. Let¡¯s say the phone catalogue listed these numbers:
^
0_0_25534504_12260.cpp:1:1: error: stray '\257' in program
0_0_25534504_12260.cpp:5:1: error: stray '\241' in program
In this case, it¡¯s not possible to call Bob, because the central would direct your call to the emergency line as soon as you had dialled the first three digits of Bob¡¯s phone number. So this list would not be consistent.
^
0_0_25534504_12260.cpp:5:1: error: stray '\257' in program
0_0_25534504_12260.cpp:5:1: error: stray '\241' in program
0_0_25534504_12260.cpp:5:1: error: stray '\257' in program
0_0_25534504_12260.cpp:9:1: error: stray '\241' in program
For each test case, output ¡°YES¡± if the list is consistent, or ¡°NO¡± otherwise.
^
0_0_25534504_12260.cpp:9:1: error: stray '\260' in program
0_0_25534504_12260.cpp:9:1: error: stray '\241' in program
0_0_25534504_12260.cpp:9:1: error: stray '\261' in program
0_0_25534504_12260.cpp:9:1: error: stray '\241' in program
0_0_25534504_12260.cpp:9:1: error: stray '\260' in program
0_0_25534504_12260.cpp:9:1: error: stray '\241' in program
0_0_25534504_12260.cpp:9:1: error: stray '\261' in program
0_0_25534504_12260.cpp:1:1: error: 'iven' does not name a type
iven a list of phone numbers, determine if it is consistent in the sense that no number is the prefix of another. Let¡¯s say the phone catalogue listed these numbers:
^
|