oddeven.cpp:1:6: error: variable or field 'clean' declared void
1 | void clean(string &s)
| ^~~~~
oddeven.cpp:1:12: error: 'string' was not declared in this scope
1 | void clean(string &s)
| ^~~~~~
oddeven.cpp:1:20: error: 's' was not declared in this scope
1 | void clean(string &s)
| ^
oddeven.cpp:12:15: error: 'string' was not declared in this scope
12 | int equalSize(string &s1,string &s2)
| ^~~~~~
oddeven.cpp:12:23: error: 's1' was not declared in this scope
12 | int equalSize(string &s1,string &s2)
| ^~
oddeven.cpp:12:26: error: 'string' was not declared in this scope
12 | int equalSize(string &s1,string &s2)
| ^~~~~~
oddeven.cpp:12:34: error: 's2' was not declared in this scope
12 | int equalSize(string &s1,string &s2)
| ^~
oddeven.cpp:12:36: error: expression list treated as compound expression in initializer [-fpermissive]
12 | int equalSize(string &s1,string &s2)
| ^
oddeven.cpp:36:1: error: 'string' does not name a type
36 | string sumbig(string s1,string s2)
| ^~~~~~
oddeven.cpp:53:1: error: 'string' does not name a type
53 | string diff(string s1,string s2)
| ^~~~~~
oddeven.cpp:75:1: error: 'string' does not name a type
75 | string multy(string s,int dig)
| ^~~~~~
oddeven.cpp:95:13: error: 'string' was not declared in this scope
95 | bool cmpBig(string s1,string s2)
| ^~~~~~
oddeven.cpp:95:23: error: 'string' was not declared in this scope
95 | bool cmpBig(string s1,string s2)
| ^~~~~~
oddeven.cpp:95:32: error: expression list treated as compound expression in initializer [-fpermissive]
95 | bool cmpBig(string s1,string s2)
| ^
oddeven.cpp:105:14: error: 'string' was not declared in this scope
105 | bool cmpBig2(string s1,string s2)
| ^~~~~~
oddeven.cpp:105:24: error: 'string' was not declared in this scope
105 | bool cmpBig2(string s1,string s2)
| ^~~~~~
oddeven.cpp:105:33: error: expression list treated as compound expression in initializer [-fpermissive]
105 | bool cmpBig2(string s1,string s2)
| ^