fork download
  1. #include<stdio.h>
  2. int main(){
  3. int n;
  4. for(n=1;n<=10;n++)
  5. printf("%d",n);
  6. return 0;}
  7.  
  8.  
Success #stdin #stdout 0.01s 5312KB
stdin
Standard input is empty
stdout
12345678910