0_0_33868230_5937.cpp: In function 'int DNACom(char*, char*)':
0_0_33868230_5937.cpp:10:1: error: 'du' was not declared in this scope
du {
^
0_0_33868230_5937.cpp: At global scope:
0_0_33868230_5937.cpp:55:11: error: '::main' must return 'int'
void main()
^
0_0_33868230_5937.cpp: In function 'int main()':
0_0_33868230_5937.cpp:73:5: error: 'i' was not declared in this scope
for(i=1;i<=255;i++)
^
0_0_33868230_5937.cpp:80:5: error: 'i' was not declared in this scope
for(i=0;i<nDNA-1;i++)
^
|