/ Vijos /

记录详情

Compile Error

/in/foo.cc:5:13: error: expected primary-expression before ',' token
 int p[1005]=,eid=1,n,m,top;
             ^
/in/foo.cc: In function 'void insert(int, int)':
/in/foo.cc:11:4: error: 'eid' was not declared in this scope
  e[eid].v=v;
    ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:33:16: error: 'n' was not declared in this scope
  scanf("%d%d",&n,&m);
                ^
/in/foo.cc:33:19: error: 'm' was not declared in this scope
  scanf("%d%d",&n,&m);
                   ^

信息

递交者
类型
递交
题目
P1224 Stream Selection
语言
C++
递交时间
2017-10-18 14:56:23
评测时间
2017-10-18 14:56:23
评测机
分数
0
总耗时
326ms
峰值内存
29.594 MiB