Borderou de evaluare (job #1665687)

Utilizator bciobanuBogdan Ciobanu bciobanu Data 27 martie 2016 11:31:40
Problema Shukarime Status done
Runda Arhiva ICPC Compilator cpp | Vezi sursa
Scor 0

Raport evaluator

Eroare de compilare: user.cpp:1:1: error: ‘include’ does not name a type include <bits/stdc++.h> ^ user.cpp: In function ‘void Sieve(int)’: user.cpp:40:48: error: ‘min’ was not declared in this scope const int sieveLimit = min(N / i, lp[i]); ^ user.cpp: In function ‘char getChar()’: user.cpp:69:41: error: ‘stdin’ was not declared in this scope assert(fread(buff, 1, BUFFSIZE, stdin)); ^ user.cpp:69:46: error: ‘fread’ was not declared in this scope assert(fread(buff, 1, BUFFSIZE, stdin)); ^ user.cpp:69:47: error: ‘assert’ was not declared in this scope assert(fread(buff, 1, BUFFSIZE, stdin)); ^ user.cpp: In function ‘int readInt()’: user.cpp:82:24: error: ‘isdigit’ was not declared in this scope } while (!isdigit(c)); ^ user.cpp: In function ‘int hashOp(int*)’: user.cpp:95:58: error: ‘memcmp’ was not declared in this scope while (i != NIL && memcmp(buff[i].v, V, 4 * PRECISION)) { ^ user.cpp:100:46: error: ‘memmove’ was not declared in this scope memmove(buff[ptr].v, V, 4 * PRECISION); ^ user.cpp: In function ‘int main()’: user.cpp:111:41: error: ‘stdin’ was not declared in this scope assert(freopen("shukarime.in", "r", stdin)); ^ user.cpp:111:46: error: ‘freopen’ was not declared in this scope assert(freopen("shukarime.in", "r", stdin)); ^ user.cpp:111:47: error: ‘assert’ was not declared in this scope assert(freopen("shukarime.in", "r", stdin)); ^ user.cpp:112:42: error: ‘stdout’ was not declared in this scope assert(freopen("shukarime.out", "w", stdout)); ^ user.cpp:124:38: error: ‘memset’ was not declared in this scope memset(head, NIL, 4 * 1000003); ^ user.cpp:180:27: error: ‘printf’ was not declared in this scope printf("%d\n", ret); ^ user.cpp:182:17: error: ‘fclose’ was not declared in this scope fclose(stdin); ^

Ceva nu functioneaza?