fork download
  1. #include <stdio.h>
  2. int main(void){
  3. float f = 3.1415926;
  4. int N = 512;
  5. printf("%.5d",N);
  6. }
Success #stdin #stdout 0s 4536KB
stdin
Standard input is empty
stdout
00512