/ Vijos /

记录详情

Compile Error

/in/foo.cc: In function 'int search(int)':
/in/foo.cc:29:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:32:5: error: 'cin' was not declared in this scope
     cin>>n>>k>>m>>bg>>ed;
     ^~~
/in/foo.cc:48:24: error: 'cout' was not declared in this scope
     if(dis[ed]!=999999)cout<<dis[ed];
                        ^~~~
/in/foo.cc:49:10: error: 'cout' was not declared in this scope
     else cout<<-1;
          ^~~~

信息

递交者
类型
递交
题目
P1794 文化之旅
语言
C++
递交时间
2019-10-27 15:45:24
评测时间
2019-10-27 15:45:24
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes