记录详情

Compile Error

/in/foo.c: In function 'inputTab':
/in/foo.c:85:2: warning: implicit declaration of function 'scanf_s' [-Wimplicit-function-declaration]
  scanf_s("%d %d", &parents, &child);
  ^~~~~~~
/tmp/ccAxOMBo.o: In function `inputTab':
foo.c:(.text+0x121): undefined reference to `scanf_s'
/tmp/ccAxOMBo.o: In function `main':
foo.c:(.text.startup+0x17): undefined reference to `scanf_s'
collect2: error: ld returned 1 exit status

信息

递交者
类型
递交
题目
3 有两个孩子的家庭个数
语言
C
递交时间
2024-01-30 01:23:33
评测时间
2024-01-30 01:23:33
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes