prog.c:6: error: ‘n’ undeclared here (not in a function)
prog.c: In function ‘main’:
prog.c:13: error: ‘x’ undeclared (first use in this function)
prog.c:13: error: (Each undeclared identifier is reported only once
prog.c:13: error: for each function it appears in.)