Record Detail

Accepted

/in/p1.cpp: In function 'int main()':
/in/p1.cpp:27:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  while(score<10&&word.find('_')!=len){//keep guessing the word
                  ~~~~~~~~~~~~~~^~~~~
/in/p1.cpp:31:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(i=0;i<pc.size();i++)cout<<pc[i]<<" ";//show the proposed wrong characters
           ~^~~~~~~~~~
/in/p1.cpp:45:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
         for(i=0;i<=pc.size();i++){
                 ~^~~~~~~~~~~
# Status Time Cost Memory Cost
#1 Accepted 2ms 376.0 KiB
#2 Accepted 2ms 372.0 KiB
#3 Accepted 2ms 372.0 KiB
#4 Accepted 2ms 376.0 KiB
#5 Accepted 2ms 376.0 KiB
#6 Accepted 2ms 416.0 KiB
#7 Accepted 2ms 324.0 KiB
#8 Accepted 2ms 376.0 KiB
#9 Accepted 2ms 376.0 KiB
#10 Accepted 2ms 368.0 KiB
#11 Accepted 2ms 396.0 KiB
#12 Accepted 2ms 348.0 KiB
#13 Accepted 2ms 376.0 KiB
#14 Accepted 2ms 436.0 KiB
#15 Accepted 2ms 376.0 KiB
#16 Accepted 2ms 384.0 KiB
#17 Accepted 2ms 376.0 KiB
#18 Accepted 2ms 324.0 KiB
#19 Accepted 2ms 416.0 KiB
#20 Accepted 3ms 384.0 KiB

Information

Submit By
Type
Submission
Homework
Project One: Hangman
Language
C++
Submit At
2018-05-29 22:16:38
Judged At
2018-09-13 10:44:10
Judged By
Score
200
Total Time
51ms
Peak Memory
436.0 KiB