#include <stdio.h>
main() {int m=1,i; for(i=17;i>0;i--) m=(2*m+2); printf("%ld",m); getch(); }
[此贴子已经被作者于2005-8-31 11:30:34编辑过]