Borderou de evaluare (job #1186516)
Utilizator | Data | 17 mai 2014 13:41:13 | |
---|---|---|---|
Problema | Quadratum | Status | done |
Runda | ACM-ICPC Faza Nationala 2014-2015 | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp: In function ‘void Shl(int*, int)’:
user.cpp:11:45: error: ‘memmove’ was not declared in this scope
memmove(&H[Count+1],&H[1],sizeof(int)*H[0]);
^
user.cpp:13:35: error: ‘memset’ was not declared in this scope
memset(&H[1],0,sizeof(int)*Count);
^
user.cpp: In function ‘void Shr(int*, int)’:
user.cpp:34:53: error: ‘memmove’ was not declared in this scope
memmove(&H[1],&H[Count+1],sizeof(int)*(H[0]-Count));
^
user.cpp: In function ‘int main()’:
user.cpp:126:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=1; i<= t; i++)
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !