Borderou de evaluare (job #653616)

Utilizator avatar CrullT Crull Thomas CrullT IP ascuns
Problemă 3numere Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 26 iun. 2022 12:54:03 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:7:1: error: ISO C++ forbids declaration of 'formvect' with no type [-fpermissive] 7 | formvect(long long a) | ^~~~~~~~ main.cpp: In function 'int formvect(long long int)': main.cpp:26:1: warning: no return statement in function returning non-void [-Wreturn-type] 26 | } | ^ main.cpp: In function 'int main()': main.cpp:48:14: warning: comparison of integer expressions of different signedness: 'long long unsigned int' and 'int' [-Wsign-compare] 48 | for(i=2;i<=maxi;i++) | ~^~~~~~