Main.c: In function 'main':
Main.c:8:13: error: expected expression before 'float'
float s =a/float(b);
^
Main.c:10:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&n);
^