/ Vijos /

记录详情

Compile Error

/in/foo.cc:3:18: error: 'int time' redeclared as different kind of symbol
 int n,m,w[10005],time,p;
                  ^~~~
In file included from /usr/include/pthread.h:24:0,
                 from /usr/include/x86_64-linux-gnu/c++/7/bits/gthr-default.h:35,
                 from /usr/include/x86_64-linux-gnu/c++/7/bits/gthr.h:148,
                 from /usr/include/c++/7/ext/atomicity.h:35,
                 from /usr/include/c++/7/bits/ios_base.h:39,
                 from /usr/include/c++/7/ios:42,
                 from /usr/include/c++/7/ostream:38,
                 from /usr/include/c++/7/iostream:39,
                 from /in/foo.cc:1:
/usr/include/time.h:192:15: note: previous declaration 'time_t time(time_t*)'
 extern time_t time (time_t *__timer) __THROW;
               ^~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:15:13: warning: ISO C++ forbids incrementing a pointer of type 'time_t (*)(time_t*) throw () {aka long int (*)(long int*) throw ()}' [-Wpointer-arith]
         time++;
             ^~
/in/foo.cc:15:13: error: lvalue required as increment operand
/in/foo.cc:20:15: warning: pointer to a function used in arithmetic [-Wpointer-arith]
     cout<<time+w[0];
           ~~~~^~~~~

信息

递交者
类型
递交
题目
P1811 接水问题
语言
C++
递交时间
2017-10-17 13:57:03
评测时间
2017-10-17 13:57:03
评测机
分数
0
总耗时
324ms
峰值内存
29.746 MiB