记录详情

Time Exceeded

/in/foo.c: In function 'zhishu':
/in/foo.c:5:17: warning: implicit declaration of function 'sqrt' [-Wimplicit-function-declaration]
  for(int i=2;i<=sqrt(a);i++)
                 ^~~~
/in/foo.c:5:17: warning: incompatible implicit declaration of built-in function 'sqrt'
/in/foo.c:5:17: note: include '<math.h>' or provide a declaration of 'sqrt'
/in/foo.c:4:6: warning: unused variable 'i' [-Wunused-variable]
  int i;
      ^
# 状态 耗时 内存占用
#1 Time Exceeded ≥1006ms ≥324.0 KiB

信息

递交者
类型
递交
题目
P1322 Hello 2022
语言
C
递交时间
2022-02-06 13:49:17
评测时间
2022-02-06 13:49:17
评测机
分数
0
总耗时
≥1006ms
峰值内存
≥324.0 KiB