0_0_17337535_23034.cpp:44:2: error: stray '#' in program
}#include <stdio.h>
^
0_0_17337535_23034.cpp:44:3: error: 'include' does not name a type
}#include <stdio.h>
^
0_0_17337535_23034.cpp:48:12: error: redefinition of 'char X [1024]'
char X[1024];
^
0_0_17337535_23034.cpp:5:6: note: 'char X [1024]' previously declared here
char X[1024];
^
0_0_17337535_23034.cpp:49:11: error: redefinition of 'int c [1024]'
int c[1024] = { 0 };
^
0_0_17337535_23034.cpp:6:5: note: 'int c [1024]' previously defined here
int c[1024] = { 0 };
^
0_0_17337535_23034.cpp: In function 'int main()':
0_0_17337535_23034.cpp:51:5: error: redefinition of 'int main()'
int main(void)
^
0_0_17337535_23034.cpp:8:5: note: 'int main()' previously defined here
int main(void)
^
|