0_0_34324317_22761.cpp: In function 'void output(int, int)':
0_0_34324317_22761.cpp:10:76: error: too many initializers for 'char [5][10]'
" - ", " ", " - ", " - ", " ", " - ", " - ", " ", " - ", " - " };
^
0_0_34324317_22761.cpp:12:24: error: 'memset' was not declared in this scope
memset(b, 0, sizeof(b));
^
0_0_34324317_22761.cpp: In function 'int main()':
0_0_34324317_22761.cpp:29:4: error: expected ';' before 'cout'
cout<<endl;
^
|