记录详情

Compile Error

/in/foo.c: In function 'ay':
/in/foo.c:18:10: warning: implicit declaration of function 'gy' [-Wimplicit-function-declaration]
  k=y3*y4/gy(y3,y4);
          ^~
/tmp/ccf75EMw.o: In function `ay':
foo.c:(.text+0x39): undefined reference to `gy'
/tmp/ccf75EMw.o: In function `main':
foo.c:(.text.startup+0x5b): undefined reference to `gy'
collect2: error: ld returned 1 exit status

信息

递交者
类型
递交
题目
A6-1 最大公约数专题:最大公约数和最小公倍数
比赛
中北 计算机2021级专业修读指导(3)
语言
C
递交时间
2021-12-16 21:26:53
评测时间
2021-12-16 21:26:53
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes