Problem | palindromicfizzbuzz |
---|---|
User | Evoi |
Submission Time | 2023-01-18 17:03:57 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
palindromicfizzbuzz.cpp: In function ‘int main()’:
palindromicfizzbuzz.cpp:24:19: error: ‘gt’ was not declared in this scope; did you mean ‘tt’?
24 | int tt = stoi(gt);
| ^~
| tt
palindromicfizzbuzz.cpp:29:13: error: invalid types ‘int[int]’ for array subscript
29 | if (i[x] != i[0-x]) {
| ^
palindromicfizzbuzz.cpp:29:23: error: invalid types ‘int[int]’ for array subscript
29 | if (i[x] != i[0-x]) {
| ^
palindromicfizzbuzz.cpp:40:13: error: invalid types ‘int[int]’ for array subscript
40 | if (i[x] != i[0-x]) {
| ^
palindromicfizzbuzz.cpp:40:23: error: invalid types ‘int[int]’ for array subscript
40 | if (i[x] != i[0-x]) {
| ^