#include<stdio.h>#include<math.h>int main(){int i;for(i=1;i<=10;i++){printf("%d",i);}return 0;}
46
12345678910
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!