记录详情

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:18: error: expected ')' before ';' token
  for(i=1;i<=n;i++;){
                  ^
/in/foo.c:8:5: warning: suggest parentheses around arithmetic in operand of '^' [-Wparentheses]
  k=k+i^2;
    ~^~

信息

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