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:57:9: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
         if (str.empty()) continue; ss.clear();
         ^~
main.cpp:57: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 2ms 384.0 KiB
#2 Wrong Answer 1ms 384.0 KiB
#3 Wrong Answer 1ms 384.0 KiB
#4 Accepted 1ms 392.0 KiB
#5 Accepted 2ms 464.0 KiB

Information

Submit By
Type
Submission
Homework
Project 5: Graph Algorithms
Language
GNU Make
Submit At
2020-08-06 10:03:00
Judged At
2020-08-06 10:03:00
Judged By
Score
60
Total Time
9ms
Peak Memory
464.0 KiB