hundred.cpp: In function 'std::__cxx11::string GetHundredPoints(int, int, int)':
hundred.cpp:11:9: error: 'strset' was not declared in this scope
strset(strA, "A", 100);
^~~~~~
hundred.cpp:11:9: note: suggested alternative: 'tzset'
strset(strA, "A", 100);
^~~~~~
tzset
hundred.cpp:15:9: error: 'strset' was not declared in this scope
strset(strA, "B", 100);
^~~~~~
hundred.cpp:15:9: note: suggested alternative: 'tzset'
strset(strA, "B", 100);
^~~~~~
tzset
hundred.cpp:19:9: error: 'strset' was not declared in this scope
strset(strA, "C", 100);
^~~~~~
hundred.cpp:19:9: note: suggested alternative: 'tzset'
strset(strA, "C", 100);
^~~~~~
tzset
hundred.cpp:22:1: warning: no return statement in function returning non-void [-Wreturn-type]
}
^