记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:6:10: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'int' [-Wformat=]
  scanf("%d",n);
          ^
/in/foo.c:7:8: warning: statement with no effect [-Wunused-value]
   for(i==1;i<=n;i++)
       ~^~~
/in/foo.c:10:4: error: expected ';' before 'sum'
    sum=sum+pow(i,2);
    ^~~

信息

递交者
类型
自测
题目
P1008 平方和累加
语言
C
递交时间
2024-12-22 14:12:00
评测时间
2024-12-22 14:12:00
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes