/ Vijos /

记录详情

Compile Error

/in/foo.c:2:1: error: unknown type name 'using'
 using namespace std;
 ^~~~~
/in/foo.c:2:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'std'
 using namespace std;
                 ^~~
/in/foo.c:5:5: error: variably modified 'a' at file scope
 int a[maxn1][maxn2];//卡塔兰数:每行是一个卡特兰数
     ^
/in/foo.c:5:5: error: variably modified 'a' at file scope
/in/foo.c:6:5: error: variably modified 'b' at file scope
 int b[maxn1];//卡特兰数的长度
     ^

信息

递交者
类型
递交
题目
P1388 二叉树数
语言
C
递交时间
2017-08-18 16:52:08
评测时间
2017-08-18 16:52:08
评测机
分数
0
总耗时
19ms
峰值内存
3.07 MiB