Record Detail

Accepted

prepare (1/2): 
finished

make (2/2): 
g++ -g -Wall -O2 -o c2.o -c c2.cpp 
c2.cpp: In function 'void fence_decrypt(std::__cxx11::string&, int)':
c2.cpp:47:9: warning: unused variable 'row' [-Wunused-variable]
     int row = key;
         ^~~
c2.cpp: In function 'int main(int, char**)':
c2.cpp:74:25: warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
     char* short_options="ge:d:k";
                         ^~~~~~~~
g++ -g -Wall -O2 -o c2 c2.o
finished

all tasks finished, build successfully
# Status Time Cost Memory Cost
#1 Accepted Detail 41ms 5.695 MiB

Information

Submit By
Type
Submission
Homework
Challange 2
Language
GNU Make
Submit At
2019-07-07 20:33:05
Judged At
2019-07-09 10:59:13
Judged By
Score
100
Total Time
41ms
Peak Memory
5.695 MiB