/ Vijos /

记录详情

Compile Error

/in/foo.cc:9:1: error: expected initializer before 'int'
 int sum[100005];
 ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:15:9: error: 'sum' was not declared in this scope
  memset(sum,0,sizeof(sum));
         ^~~
/in/foo.cc:16:9: error: 'vis' was not declared in this scope
  memset(vis,false,sizeof(vis));
         ^~~

信息

递交者
类型
自测
题目
P1911 珠心算测验
语言
C++
递交时间
2018-09-17 17:31:09
评测时间
2018-09-17 17:31:09
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes