Borderou de evaluare (job #1930736)
Utilizator | Data | 19 martie 2017 11:24:22 | |
---|---|---|---|
Problema | Wall | Status | done |
Runda | Algoritmiada 2017 Runda 1 Juniori | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:6:25: error: ‘int time [100002]’ redeclared as different kind of symbol
int n,length,time[NMAX+2],paznic=1,nr,maxnr;
^
In file included from /usr/include/pthread.h:26:0,
from /usr/include/i386-linux-gnu/c++/4.8/bits/gthr-default.h:35,
from /usr/include/i386-linux-gnu/c++/4.8/bits/gthr.h:148,
from /usr/include/c++/4.8/ext/atomicity.h:33,
from /usr/include/c++/4.8/bits/ios_base.h:39,
from /usr/include/c++/4.8/ios:42,
from /usr/include/c++/4.8/istream:38,
from /usr/include/c++/4.8/fstream:38,
from user.cpp:1:
/usr/include/time.h:186:15: error: previous declaration of ‘time_t time(time_t*)’
extern time_t time (time_t *__timer) __THROW;
^
user.cpp: In function ‘int main()’:
user.cpp:14:19: warning: pointer to a function used in arithmetic [-Wpointer-arith]
in>>time[i];
^
user.cpp:14:19: error: cannot bind ‘std::basic_istream<char>’ lvalue to ‘std::basic_istream<char>&&’
In file included from /usr/include/c++/4.8/fstream:38:0,
from user.cpp:1:
/usr/include/c++/4.8/istream:872:5: error: initializing argument 1 of ‘std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&&, _Tp&) [with _CharT = char; _Traits = std::char_traits<char>; _Tp = long int(long int*)throw ()]’
operator>>(basic_istream<_CharT, _Traits>&& __is, _Tp& __x)
^
user.cpp:20:33: warning: pointer to a function used in arithmetic [-Wpointer-arith]
if(paznic+time[i]<=length) {
^
user.cpp:20:33: warning: pointer to a function used in arithmetic [-Wpointer-arith]
user.cpp:20:36: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
if(paznic+time[i]<=length) {
^
user.cpp:21:35: warning: pointer to a function used in arithmetic [-Wpointer-arith]
paznic+=time[i];
^
user.cpp:21:27: warning: pointer to a function used in arithmetic [-Wpointer-arith]
paznic+=time[i];
^
user.cpp:21:27: error: invalid conversion from ‘time_t (*)(time_t*)throw () {aka long int (*)(long int*)throw ()}’ to ‘int’ [-fpermissive]
user.cpp:26:38: warning: pointer to a function used in arithmetic [-Wpointer-arith]
else if(paznic-time[i]>=1) {
^
user.cpp:26:38: error: invalid operands of types ‘int’ and ‘time_t(time_t*)throw () {aka long int(long int*)throw ()}’ to binary ‘operator-’
user.cpp:27:35: warning: pointer to a function used in arithmetic [-Wpointer-arith]
paznic-=time[i];
^
user.cpp:27:27: error: invalid operands of types ‘int’ and ‘time_t(time_t*)throw () {aka long int(long int*)throw ()}’ to binary ‘operator-’
paznic-=time[i];
^
user.cpp:27:27: error: in evaluation of ‘operator-=(int, time_t(time_t*)throw () {aka long int(long int*)throw ()})’
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !