Record Detail

Accepted

prepare (1/2): 
finished

make (2/2): 
g++ -c main.cpp -Wall -std=c++11
g++ -c cipher.cpp -Wall -std=c++11 
g++ -c util.cpp -Wall -std=c++11
util.cpp: In function 'void char2int(char*, int, __mpz_struct (*)[1])':
util.cpp:10:18: warning: zero-length gnu_printf format string [-Wformat-zero-length]
  sprintf(temp, "");
                  ^
g++ main.o cipher.o util.o libgmp.a libgmpxx.a -Wall -std=c++11 -o c2 -static
finished

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

Information

Submit By
Type
Submission
Homework
Challange 2
Language
GNU Make
Submit At
2019-07-07 14:30:37
Judged At
2019-07-07 14:30:37
Judged By
Score
100
Total Time
2383ms
Peak Memory
3.285 MiB