/ Vijos /

记录详情

Compile Error

/in/foo.cc:25:12: error: ISO C++ forbids declaration of 'out' with no type [-fpermissive]
 inline out(){
            ^
/in/foo.cc: In function 'int out()':
/in/foo.cc:27:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(register int j=0;j<G[i].size();++j)
                        ~^~~~~~~~~~~~
/in/foo.cc:30:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:52:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for(register int i=0;i<G[x].size();++i){
                        ~^~~~~~~~~~~~

信息

递交者
类型
递交
题目
P1851 车站分级
语言
C++
递交时间
2019-08-09 12:44:08
评测时间
2019-08-09 12:44:08
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes