hundred.cpp: In function 'std::string GetHundredPoints(int, int, int)':
hundred.cpp:43:30: warning: array subscript has type 'char' [-Wchar-subscripts]
43 | if ((candi[i] & bit[str[j]]) == 0) continue;
| ^
hundred.cpp:44:30: warning: array subscript has type 'char' [-Wchar-subscripts]
44 | if ((candi[j] & bit[str[i]]) == 0) continue;
| ^
hundred.cpp:60:28: warning: array subscript has type 'char' [-Wchar-subscripts]
60 | candi[i] &= ~bit[str[j]];
| ^
hundred.cpp:61:28: warning: array subscript has type 'char' [-Wchar-subscripts]
61 | candi[j] &= ~bit[str[i]];
| ^
hundred.cpp:66:26: warning: array subscript has type 'char' [-Wchar-subscripts]
66 | candi[i] = bit[str[i]];
| ^
hundred.cpp:67:26: warning: array subscript has type 'char' [-Wchar-subscripts]
67 | candi[j] = bit[str[j]];
| ^
hundred.cpp:76:28: warning: array subscript has type 'char' [-Wchar-subscripts]
76 | candi[i] &= ~bit[str[j]];
| ^
hundred.cpp:77:28: warning: array subscript has type 'char' [-Wchar-subscripts]
77 | candi[j] &= ~bit[str[i]];
| ^
hundred.cpp:84:28: warning: array subscript has type 'char' [-Wchar-subscripts]
84 | candi[i] &= ~bit[str[i]];
| ^
hundred.cpp:85:28: warning: array subscript has type 'char' [-Wchar-subscripts]
85 | candi[j] &= ~bit[str[j]];
| ^
hundred.cpp:97:30: warning: array subscript has type 'char' [-Wchar-subscripts]
97 | if ((candi[i] & bit[str[j]]) == 0) continue;
| ^
hundred.cpp:98:30: warning: array subscript has type 'char' [-Wchar-subscripts]
98 | if ((candi[j] & bit[str[i]]) == 0) continue;
| ^
hundred.cpp:109:26: warning: array subscript has type 'char' [-Wchar-subscripts]
109 | candi[i] = bit[str[i]];
| ^
hundred.cpp:110:26: warning: array subscript has type 'char' [-Wchar-subscripts]
110 | candi[j] = bit[str[j]];
| ^
hundred.cpp:117:26: warning: array subscript has type 'char' [-Wchar-subscripts]
117 | candi[i] = bit[str[i]];
| ^
hundred.cpp:118:28: warning: array subscript has type 'char' [-Wchar-subscripts]
118 | candi[j] &= ~bit[str[j]];
| ^
hundred.cpp:119:28: warning: array subscript has type 'char' [-Wchar-subscripts]
119 | candi[j] &= ~bit[str[i]];
| ^
hundred.cpp:125:26: warning: array subscript has type 'char' [-Wchar-subscripts]
125 | candi[i] = bit[str[i]];
| ^
hundred.cpp:126:26: warning: array subscript has type 'char' [-Wchar-subscripts]
126 | candi[j] = bit[str[i]];
| ^