/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:8:14: error: 'n' was not declared in this scope
  scanf("%d",&n);
              ^
/in/foo.cc:11:21: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'int' [-Wformat=]
   scanf("%d",data[i]);
              ~~~~~~~^

信息

递交者
类型
自测
题目
P2038 子集的和
语言
C++
递交时间
2018-10-29 23:40:18
评测时间
2018-10-29 23:40:18
评测机
分数
0
总耗时
16ms
峰值内存
3.418 MiB