Borderou de evaluare (job #2137140)
Utilizator | Data | 20 februarie 2018 17:13:51 | |
---|---|---|---|
Problema | Radix Sort | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:6:15: error: declaration does not declare anything [-fpermissive]
unsigned long long;
^
user.cpp: In function ‘void RadixSort(unsigned int*, unsigned int, unsigned int)’:
user.cpp:14:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = begin; i != end; ++i)
^
user.cpp: In function ‘int main()’:
user.cpp:53:40: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("radixsort.in", "r", stdin);
^
user.cpp:54:42: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("radixsort.out", "w", stdout);
^
user.cpp:56:41: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d %d %d", &N, &A, &B, &C);
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !