Main.c: In function 'main':Main.c:6:9: error: variable-sized object may not be initialized 6 | int c[n + 1] = {0}; | ^~~