#include <stdio.h>int main(void) { int i,j,k; float a; i=1; j=1; a=i/j; printf("%3.1f",a);}
Standard input is empty
1.0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!