Preview:
#include <iostream> 
#include<iomanip>
using namespace std;  
int main() {  
int n1=1;
for(int i=1;i<=100;i++){
   
    n1=n1*2;
}
cout<<n1;
    

   return 0;  
   }  
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter