#include using namespace std; int main() { int i=0; for (i=10000;i>0;i--){ printf("Counter i=%d\n",i); } return 0; }