#include<stdio.h>#include<math.h>int main(){int c=1;int i;for(i=1;i<=39;i=2i-1){c=cipow(-1,2i-1);}printf("%d ",c);return 0;}
c那有乘号的,不知道为啥,这不显现