记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:7:7: warning: statement with no effect [-Wunused-value]
  for(i==1;i<=n;)
      ~^~~
/in/foo.c:11:4: warning: 'i' may be used uninitialized in this function [-Wmaybe-uninitialized]
   i++;
   ~^~
# 状态 耗时 内存占用
#1 Accepted 1ms 248.0 KiB

信息

递交者
类型
自测
题目
P1008 平方和累加
语言
C
递交时间
2024-11-01 20:20:39
评测时间
2024-11-01 20:20:39
评测机
分数
10
总耗时
1ms
峰值内存
248.0 KiB