Record Detail

Wrong Answer

/in/p1.cpp: In function 'int main()':
/in/p1.cpp:71:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
      for (int j=0; j<(int)wrongguess.length(); ++j) cout << wrongguess[j] << ' ';       cout << endl;
      ^~~
/in/p1.cpp:71:89: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
      for (int j=0; j<(int)wrongguess.length(); ++j) cout << wrongguess[j] << ' ';       cout << endl;
                                                                                         ^~~~
/in/p1.cpp:98:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
      for (int j=0; j<(int)wrongguess.length(); ++j) cout << wrongguess[j] << ' ';       cout << endl;
      ^~~
/in/p1.cpp:98:89: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
      for (int j=0; j<(int)wrongguess.length(); ++j) cout << wrongguess[j] << ' ';       cout << endl;
                                                                                         ^~~~
# Status Time Cost Memory Cost
#1 Accepted 2ms 376.0 KiB
#2 Accepted 2ms 372.0 KiB
#3 Accepted 2ms 452.0 KiB
#4 Accepted 2ms 324.0 KiB
#5 Wrong Answer 2ms 376.0 KiB
#6 Wrong Answer 2ms 376.0 KiB
#7 Accepted 2ms 384.0 KiB
#8 Accepted 2ms 372.0 KiB
#9 Accepted 2ms 372.0 KiB
#10 Accepted 2ms 368.0 KiB
#11 Wrong Answer 2ms 380.0 KiB
#12 Wrong Answer 2ms 380.0 KiB
#13 Accepted 2ms 328.0 KiB
#14 Accepted 2ms 376.0 KiB
#15 Wrong Answer 2ms 384.0 KiB
#16 Wrong Answer 2ms 380.0 KiB
#17 Accepted 2ms 428.0 KiB
#18 Wrong Answer 2ms 376.0 KiB
#19 Accepted 2ms 372.0 KiB
#20 Wrong Answer 2ms 380.0 KiB

Information

Submit By
Type
Submission
Homework
Project One: Hangman
Language
C++
Submit At
2018-06-01 10:10:34
Judged At
2018-09-13 10:45:00
Judged By
Score
120
Total Time
50ms
Peak Memory
452.0 KiB