Record Detail

Wrong Answer

prepare (1/3): 
finished

make (2/3): 
g++ -g -Wall -std=c++11 main.cpp -o main -O2
main.cpp: In function 'int main()':
main.cpp:50:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if (str.empty()) continue; ss.clear();
         ^~
main.cpp:50:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
         if (str.empty()) continue; ss.clear();
                                    ^~
finished

clean (3/3): 
finished

all task finished, build successfully
# Status Time Cost Memory Cost
#1 Accepted 1ms 400.0 KiB
#2 Wrong Answer 10ms 408.0 KiB
#3 Wrong Answer 1ms 384.0 KiB
#4 Accepted 1ms 336.0 KiB
#5 Wrong Answer 2ms 464.0 KiB

Information

Submit By
Type
Submission
Homework
Project 5: Graph Algorithms
Language
GNU Make
Submit At
2020-08-05 22:29:31
Judged At
2020-08-05 22:29:31
Judged By
Score
40
Total Time
18ms
Peak Memory
464.0 KiB