/ tic /

记录详情

Accepted

foo.c: In function 'sum':
foo.c:3:5: warning: type of 'a' defaults to 'int' [-Wimplicit-int]
 int sum(a, b, c)
     ^~~
foo.c:3:5: warning: type of 'b' defaults to 'int' [-Wimplicit-int]
foo.c:3:5: warning: type of 'c' defaults to 'int' [-Wimplicit-int]
foo.c: In function 'main':
foo.c:14:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d%d", &a, &b, &c);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 0ms 256.0 KiB

信息

递交者
类型
自测
语言
C
递交时间
2021-09-17 21:36:54
评测时间
2021-09-17 21:36:54
评测机
分数
10
总耗时
0ms
峰值内存
256.0 KiB