记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:7:14: error: 'F' undeclared (first use in this function)
  scanf("%d",&F);
              ^
/in/foo.c:7:14: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:9:14: warning: format '%d' expects argument of type 'int', but argument 2 has type 'double' [-Wformat=]
  printf("C= %d\n",c);
              ^

信息

递交者
类型
自测
语言
C
递交时间
2024-10-25 16:34:45
评测时间
2024-10-25 16:34:45
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes