#include using std::cin; using std::cout; using std::endl; int main() { for(int i=2;i<100;i *=i){ cout << i << endl; } }