Borderou de evaluare (job #1378504)

Utilizator HuskyezTarnu Cristian Huskyez Data 6 martie 2015 12:39:40
Problema Clepsidru Status done
Runda Arhiva de probleme Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp:15:5: error: ‘int time’ redeclared as different kind of symbol int time = 0; ^ 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:32:14: error: assignment of function ‘time_t time(time_t*)’ for(time = 0; time<n*2; time++) ^ user.cpp:32:14: error: cannot convert ‘int’ to ‘time_t(time_t*)throw () {aka long int(long int*)throw ()}’ in assignment user.cpp:32:26: error: ISO C++ forbids comparison between pointer and integer [-fpermissive] for(time = 0; time<n*2; time++) ^ user.cpp:32:33: error: ISO C++ forbids incrementing a pointer of type ‘time_t (*)(time_t*)throw () {aka long int (*)(long int*)throw ()}’ [-fpermissive] for(time = 0; time<n*2; time++) ^ user.cpp:32:33: error: lvalue required as increment operand user.cpp:34:26: error: invalid types ‘int [1000][time_t(time_t*)throw () {aka long int(long int*)throw ()}]’ for array subscript if(time != s[time]) ^

Ceva nu functioneaza?