#include <iostream> using namespace std; int main() { int a = 1; for (int i = 0; i<100; i++){ //Do thing a++; } return 0; }