Borderou de evaluare (job #1453778)
Raport evaluator
Compilare:
user.cpp: In function ‘bool isUpper(char)’:
user.cpp:31:21: warning: array subscript has type ‘char’ [-Wchar-subscripts]
return special[c] == 3;
^
user.cpp: In function ‘bool isLower(char)’:
user.cpp:36:21: warning: array subscript has type ‘char’ [-Wchar-subscripts]
return special[c] == 2;
^
user.cpp: In function ‘bool isDigit(char)’:
user.cpp:41:21: warning: array subscript has type ‘char’ [-Wchar-subscripts]
return special[c] == 1;
^
user.cpp: In function ‘int main()’:
user.cpp:137:31: warning: ignoring return value of ‘char* fgets(char*, int, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
fgets(aux, MAX_LINE+1, in);
^
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
| 1 | 0ms | 240kb | OK | 10 |
| 2 | 0ms | 240kb | Incorect | 0 |
| 3 | 0ms | 236kb | Incorect | 0 |
| 4 | 0ms | 232kb | Incorect | 0 |
| 5 | 0ms | 236kb | OK | 10 |
| 6 | 0ms | 232kb | Incorect | 0 |
| 7 | 0ms | 236kb | OK | 10 |
| 8 | 0ms | 244kb | OK | 10 |
| 9 | 0ms | 240kb | Incorect | 0 |
| 10 | 0ms | 236kb | Incorect | 0 |
| Punctaj total | 40 |