Borderou de evaluare (job #1848421)
| Utilizator | Data | 16 ianuarie 2017 00:16:53 | |
|---|---|---|---|
| Problema | Aladdin2 | Status | done |
| Runda | Arhiva de probleme | Compilator | c | Vezi sursa |
| Scor | 0 | ||
Raport evaluator
Eroare de compilare:
user.c:27:19: error: unknown type name ‘intg’
void HugeMultiply(intg A[], int B[], int aux[]){
^
user.c: In function ‘HugeExpo’:
user.c:57:1: warning: implicit declaration of function ‘memset’ [-Wimplicit-function-declaration]
memset(result, 0, 4000 * sizeof(int));
^
user.c:57:1: warning: incompatible implicit declaration of built-in function ‘memset’ [enabled by default]
user.c:62:9: warning: implicit declaration of function ‘HugeMultiply’ [-Wimplicit-function-declaration]
HugeMultiply(result, A, result);
^
user.c:70:1: warning: implicit declaration of function ‘memcpy’ [-Wimplicit-function-declaration]
memcpy(aux, result, sizeof(result));
^
user.c:70:1: warning: incompatible implicit declaration of built-in function ‘memcpy’ [enabled by default]
user.c: In function ‘main’:
user.c:98:1: warning: incompatible implicit declaration of built-in function ‘memset’ [enabled by default]
memset(Two, 0, 4000 * sizeof(long long));
^
user.c:80:7: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(file1, "%d", &m);
^
user.c:81:7: warning: ignoring return value of ‘fscanf’, declared with attribute warn_unused_result [-Wunused-result]
fscanf(file1, "%d", &n);
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
