/ Vijos /

记录详情

Compile Error

/in/foo.cc:3:1: error: 'pl' does not name a type
 pl DC(int l,int r)
 ^~
/in/foo.cc: In function 'int main()':
/in/foo.cc:23:1: error: 'ios' has not been declared
 ios::sync_with_stdio(false);
 ^~~
/in/foo.cc:24:1: error: 'cin' was not declared in this scope
 cin>>n;
 ^~~
/in/foo.cc:27:1: error: 'cout' was not declared in this scope
 cout<<DC(0,n-1).first<<endl;
 ^~~~
/in/foo.cc:27:15: error: 'DC' was not declared in this scope
 cout<<DC(0,n-1).first<<endl;
               ^
/in/foo.cc:27:24: error: 'endl' was not declared in this scope
 cout<<DC(0,n-1).first<<endl;
                        ^~~~

信息

递交者
类型
递交
题目
P1332 最大的括号
语言
C++
递交时间
2017-08-26 17:46:32
评测时间
2017-08-26 17:46:32
评测机
分数
0
总耗时
16ms
峰值内存
2.934 MiB