Borderou de evaluare (job #2220581)
Utilizator | Data | 12 iulie 2018 10:34:52 | |
---|---|---|---|
Problema | Sortare prin comparare | Status | done |
Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
Scor | 0 |
Raport evaluator
Eroare de compilare:
user.cpp:5:32: error: ‘__fastcall’ does not name a type
__attribute__((always_inline)) __fastcall void CountingSort(int A[], int B[], int digit)
^~~~~~~~~~
user.cpp:18:32: error: ‘__fastcall’ does not name a type
__attribute__((always_inline)) __fastcall void read(int &num)
^~~~~~~~~~
user.cpp:37:32: error: ‘__fastcall’ does not name a type
__attribute__((always_inline)) __fastcall void itoa(int x)
^~~~~~~~~~
user.cpp: In function ‘int main()’:
user.cpp:64:11: error: ‘read’ was not declared in this scope
read(N);
^
user.cpp:71:26: error: ‘CountingSort’ was not declared in this scope
CountingSort(v, w, 0);
^
user.cpp:77:18: error: ‘itoa’ was not declared in this scope
itoa(w[i]);
^
user.cpp:61:38: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("algsort.in", "r", stdin);
^
user.cpp:62:40: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("algsort.out", "w", stdout);
^
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !