Problem | palindromicfizzbuzz |
---|---|
User | Evoi |
Submission Time | 2023-01-18 16:08:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
palindromicfizzbuzz.cpp: In function ‘int main()’:
palindromicfizzbuzz.cpp:20:13: error: invalid types ‘int[int]’ for array subscript
20 | if (i[x] != i[0-x]) {
| ^
palindromicfizzbuzz.cpp:20:23: error: invalid types ‘int[int]’ for array subscript
20 | if (i[x] != i[0-x]) {
| ^
palindromicfizzbuzz.cpp:31:13: error: invalid types ‘int[int]’ for array subscript
31 | if (i[x] != i[0-x]) {
| ^
palindromicfizzbuzz.cpp:31:23: error: invalid types ‘int[int]’ for array subscript
31 | if (i[x] != i[0-x]) {
| ^