/ Vijos /

记录详情

Compile Error

/in/foo.cc:3:10: error: 'int time' redeclared as different kind of symbol
 int next,time;
          ^~~~
In file included from /usr/include/c++/6/ctime:42:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:49,
                 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;
               ^~~~

信息

递交者
类型
自测
题目
P1000 A+B Problem
语言
C++
递交时间
2017-11-10 09:09:22
评测时间
2017-11-10 09:09:22
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes