/ Vijos /

记录详情

Compile Error

/in/foo.cc:6:13: error: expected unqualified-id before ',' token
 int L,m,b=0;,a[10000+10];
             ^
/in/foo.cc:6:25: error: expected constructor, destructor, or type conversion before ';' token
 int L,m,b=0;,a[10000+10];
                         ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:9:12: error: 'a' was not declared in this scope
     memset(a,0,sizeof(a));
            ^
/in/foo.cc:10:10: error: 'l' was not declared in this scope
     cin>>l>>m;
          ^

信息

递交者
类型
自测
题目
P1103 校门外的树
语言
C++
递交时间
2018-04-17 16:36:33
评测时间
2018-04-17 16:39:08
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes