prog.c:4: warning: return type defaults to ‘int’
prog.c: In function ‘main’:
prog.c:5: warning: conflicting types for built-in function ‘pow’
prog.c:14: error: ‘var’ undeclared (first use in this function)
prog.c:14: error: (Each undeclared identifier is reported only once
prog.c:14: error: for each function it appears in.)
prog.c:10: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result