0_0_38945072_512.cpp: In function 'int main()': 0_0_38945072_512.cpp:25:38: error: expected ';' before 'cout' 25 | memset(v,0,sizeof(v)) | ^ | ; 26 | cout<<endl; | ~~~~