0_0_32460295_27643.cpp:85:12: error: redefinition of 'char st [101]'
char st[101];
^
0_0_32460295_27643.cpp:3:6: note: 'char st [101]' previously declared here
char st[101];
^
0_0_32460295_27643.cpp:86:12: error: redefinition of 'char sw [101]'
char sw[101];
^
0_0_32460295_27643.cpp:4:6: note: 'char sw [101]' previously declared here
char sw[101];
^
0_0_32460295_27643.cpp:88:4: error: redefinition of 'long long int c'
ll c=1e9;
^
0_0_32460295_27643.cpp:6:4: note: 'long long int c' previously defined here
ll c=1e9;
^
0_0_32460295_27643.cpp:89:8: error: redefinition of 'double ft'
double ft=1.61803399;
^
0_0_32460295_27643.cpp:7:8: note: 'double ft' previously defined here
double ft=1.61803399;
^
0_0_32460295_27643.cpp:90:11: error: redefinition of 'float a [55]'
float a[55];
^
0_0_32460295_27643.cpp:8:7: note: 'float a [55]' previously declared here
float a[55];
^
0_0_32460295_27643.cpp:91:11: error: redefinition of 'float b [55]'
float b[55];
^
0_0_32460295_27643.cpp:9:7: note: 'float b [55]' previously declared here
float b[55];
^
0_0_32460295_27643.cpp: In function 'int main()':
0_0_32460295_27643.cpp:92:5: error: redefinition of 'int main()'
int main()
^
0_0_32460295_27643.cpp:10:5: note: 'int main()' previously defined here
int main()
^
|