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