Record Detail

Accepted

/in/p1.cpp: In function 'bool testInput(char, std::__cxx11::string, char*, int)':
/in/p1.cpp:25:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i=0;i<printWord.size();i++) {
                  ~^~~~~~~~~~~~~~~~~
/in/p1.cpp: In function 'void compareLetter(std::__cxx11::string, std::__cxx11::string&, int&, char*, int&, char)':
/in/p1.cpp:42:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i=0;i<randWord.size();i++) {
                ~^~~~~~~~~~~~~~~~
/in/p1.cpp: In function 'void printInfo(std::__cxx11::string, int, char*, int, std::__cxx11::string)':
/in/p1.cpp:59:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for (int i=0;i<printWord.size();i++) {
                  ~^~~~~~~~~~~~~~~~~
/in/p1.cpp: In function 'int main()':
/in/p1.cpp:98:17: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i=0;i<randWord.size();i++) {
                ~^~~~~~~~~~~~~~~~
# Status Time Cost Memory Cost
#1 Accepted 2ms 448.0 KiB
#2 Accepted 2ms 416.0 KiB
#3 Accepted 2ms 372.0 KiB
#4 Accepted 2ms 400.0 KiB
#5 Accepted 2ms 400.0 KiB
#6 Accepted 2ms 324.0 KiB
#7 Accepted 2ms 376.0 KiB
#8 Accepted 2ms 324.0 KiB
#9 Accepted 2ms 376.0 KiB
#10 Accepted 2ms 372.0 KiB
#11 Accepted 2ms 376.0 KiB
#12 Accepted 2ms 384.0 KiB
#13 Accepted 2ms 384.0 KiB
#14 Accepted 2ms 384.0 KiB
#15 Accepted 2ms 380.0 KiB
#16 Accepted 3ms 380.0 KiB
#17 Accepted 2ms 376.0 KiB
#18 Accepted 2ms 324.0 KiB
#19 Accepted 2ms 440.0 KiB
#20 Accepted 3ms 400.0 KiB

Information

Submit By
Type
Submission
Homework
Project One: Hangman
Language
C++
Submit At
2018-05-28 16:15:56
Judged At
2018-09-13 10:44:08
Judged By
Score
200
Total Time
53ms
Peak Memory
448.0 KiB