/ tic /

记录详情

Time Exceeded

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:17:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d%d", &a, &b, &c);
   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
foo.c:23:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d", &choose);
   ^~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Time Exceeded ≥919ms ≥352.0 KiB

信息

递交者
类型
自测
语言
C
递交时间
2021-09-17 21:29:06
评测时间
2021-09-17 21:29:06
评测机
分数
0
总耗时
≥919ms
峰值内存
≥352.0 KiB