记录详情

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:9:4: error: expected ';' before 'sum'
    sum=sun+pow;
    ^~~

信息

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