#include <stdio.h>int main(){ int i,s=1; int a=2,b=5; for(i=1;i<=b;i++){ s=s*a; } printf("%d",s);}
Standard input is empty
32
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!