0_0_22684340_16286.cpp:31:4: error: stray '#' in program
} #include<iostream>
^
0_0_22684340_16286.cpp: In function 'int main()':
0_0_22684340_16286.cpp:11:35: error: 'memset' was not declared in this scope
memset(c1 , 0 , sizeof(c1));
^
0_0_22684340_16286.cpp: At global scope:
0_0_22684340_16286.cpp:31:5: error: 'include' does not name a type
} #include<iostream>
^
0_0_22684340_16286.cpp:35:11: error: redefinition of 'int c1 [302]'
int c1[MAX] ,c2[MAX] ;
^
0_0_22684340_16286.cpp:5:5: note: 'int c1 [302]' previously declared here
int c1[MAX] ,c2[MAX] ;
^
0_0_22684340_16286.cpp:35:20: error: redefinition of 'int c2 [302]'
int c1[MAX] ,c2[MAX] ;
^
0_0_22684340_16286.cpp:5:14: note: 'int c2 [302]' previously declared here
int c1[MAX] ,c2[MAX] ;
^
0_0_22684340_16286.cpp: In function 'int main()':
0_0_22684340_16286.cpp:36:5: error: redefinition of 'int main()'
int main(void)
^
0_0_22684340_16286.cpp:6:5: note: 'int main()' previously defined here
int main(void)
^
0_0_22684340_16286.cpp:41:35: error: 'memset' was not declared in this scope
memset(c1 , 0 , sizeof(c1));
^
|