Record Detail

Compile Error

/in/bigint.c: In function 'construct':
/in/bigint.c:44:6: error: implicit declaration of function 'pow' [-Werror=implicit-function-declaration]
   vv=pow(10,i-1);
      ^~~
/in/bigint.c:44:6: error: incompatible implicit declaration of built-in function 'pow' [-Werror]
/in/bigint.c:44:6: note: include '<math.h>' or provide a declaration of 'pow'
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-06 09:00:06
Judged At
2020-07-06 09:00:06
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes