#include main(){ int A[]={0,0,0,0,0,0}; int n=sizeof(A),t=1; while(--n && t) t=!A[n]; printf("%s\n", t?"si":"no"); }