Borderou de evaluare (job #2311896)

Utilizator amarghescuAnton Marghescu amarghescu Data 3 ianuarie 2019 20:17:10
Problema Coduri Status done
Runda Arhiva de probleme Compilator cpp-64 | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: main.cpp: In function 'void read_solve()': main.cpp:24:23: error: 'memset' was not declared in this scope memset (v,0,sizeof (v)); ^ main.cpp:26:19: error: 'stdin' was not declared in this scope fgets (buff+1,DIM,stdin); ^~~~~ main.cpp:26:24: error: 'fgets' was not declared in this scope fgets (buff+1,DIM,stdin); ^ main.cpp:28:17: error: 'strlen' was not declared in this scope N=strlen (buff+1)-(buff[strlen (buff+1)]=='\n'); ^ main.cpp: In function 'void print()': main.cpp:84:14: error: 'printf' was not declared in this scope printf ("65 "); ^ main.cpp: In function 'int main()': main.cpp:94:26: error: 'stdin' was not declared in this scope freopen ("coduri.in","r",stdin); ^~~~~ main.cpp:94:31: error: 'freopen' was not declared in this scope freopen ("coduri.in","r",stdin); ^ main.cpp:96:27: error: 'stdout' was not declared in this scope freopen ("coduri.out","w",stdout); ^~~~~~ main.cpp:100:17: error: 'scanf' was not declared in this scope scanf ("%d\n",&T); ^ Non zero exit status: 1

Ceva nu functioneaza?