75410_0_30855.cpp: In function `int main()':
75410_0_30855.cpp:122: error: invalid initialization of non-const reference of type 'std::string&' from a temporary of type 'std::string'
75410_0_30855.cpp:8: error: in passing argument 1 of `int toNum(std::string&)'
75410_0_30855.cpp: At global scope:
75410_0_30855.cpp:127: error: invalid token
75410_0_30855.cpp:127: error: expected constructor, destructor, or type conversion before '<' token
75410_0_30855.cpp:127: error: expected `,' or `;' before '<' token
75410_0_30855.cpp:131: error: redefinition of `int r[2048][2]'
75410_0_30855.cpp:5: error: `int r[2048][2]' previously declared here
75410_0_30855.cpp: In function `int toNum(std::string&)':
75410_0_30855.cpp:134: error: redefinition of `int toNum(std::string&)'
75410_0_30855.cpp:8: error: `int toNum(std::string&)' previously defined here
75410_0_30855.cpp: In function `std::string toB(int)':
75410_0_30855.cpp:149: error: redefinition of `std::string toB(int)'
75410_0_30855.cpp:23: error: `std::string toB(int)' previously defined here
75410_0_30855.cpp: At global scope:
75410_0_30855.cpp:172: error: redefinition of `int s[12][2]'
75410_0_30855.cpp:46: error: `int s[12][2]' previously declared here
75410_0_30855.cpp:173: error: redefinition of `std::string s1[12]'
75410_0_30855.cpp:47: error: `std::string s1[12]' previously declared here
75410_0_30855.cpp: In function `int countMin(int)':
75410_0_30855.cpp:176: error: redefinition of `int countMin(int)'
75410_0_30855.cpp:50: error: `int countMin(int)' previously defined here
75410_0_30855.cpp: In function `int main()':
75410_0_30855.cpp:229: error: redefinition of `int main()'
75410_0_30855.cpp:103: error: `int main()' previously defined here
75410_0_30855.cpp:248: error: invalid initialization of non-const reference of type 'std::string&' from a temporary of type 'std::string'
75410_0_30855.cpp:8: error: in passing argument 1 of `int toNum(std::string&)'
|