Record Detail

Compile Error

/in/bigint.c: In function 'construct':
/in/bigint.c:38:22: error: unused parameter 'x' [-Werror=unused-parameter]
 BigInt construct(int x)
                      ^
/in/bigint.c:52:1: error: control reaches end of non-void function [-Werror=return-type]
 }
 ^
cc1: all warnings being treated as errors

Information

Submit By
Type
Submission
Problem
Arbitrary Precision Integer Arithmetic
Homework
Lab 8
Language
C
Submit At
2020-07-07 23:51:12
Judged At
2020-07-07 23:51:12
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes