#include<iostream> using namespace std; int main() { int t; for(int i=1;i<=100;i++){ i=1; i++; t=i; } cout<<t; return 0; }