Problem | palindromicfizzbuzz |
---|---|
User | Evoi |
Submission Time | 2023-01-18 16:23:28 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
palindromicfizzbuzz.cpp: In function ‘int main()’:
palindromicfizzbuzz.cpp:19:13: error: invalid types ‘int[int]’ for array subscript
19 | if (i[x] != i[0-x]) {
| ^
palindromicfizzbuzz.cpp:19:23: error: invalid types ‘int[int]’ for array subscript
19 | if (i[x] != i[0-x]) {
| ^
palindromicfizzbuzz.cpp:30:13: error: invalid types ‘int[int]’ for array subscript
30 | if (i[x] != i[0-x]) {
| ^
palindromicfizzbuzz.cpp:30:23: error: invalid types ‘int[int]’ for array subscript
30 | if (i[x] != i[0-x]) {
| ^
palindromicfizzbuzz.cpp:41:1: error: expected ‘}’ at end of input
41 | }
| ^
palindromicfizzbuzz.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^