open_in_new
content_copy
#include <stdio.h> int main() { int n; for(n=0;n<=100;n++){ printf("%d .\n",n); } }