Borderou de evaluare (job #1329401)
Raport evaluator
Compilare:
user.cpp: In member function ‘bool Buffer::isDigit(char)’:
user.cpp:36:22: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
return c >= '0' & c <= '9';
^
user.cpp: In function ‘int main()’:
user.cpp:117:37: warning: deprecated conversion from string constant to ‘char*’ [-Wwrite-strings]
Buffer cin("unique.in",1024*1024);
^
user.cpp:118:37: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("unique.out","w",stdout);
^
user.cpp: In constructor ‘Buffer::Buffer(char*, long int)’:
user.cpp:16:40: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen(fileName,"r",stdin);
^
user.cpp: In member function ‘void Buffer::reFill()’:
user.cpp:39:43: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
fread(&Buff[0],1,maxBuf,stdin); pos = 0;
^
| Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
Punctaj/grupa |
| 1 | 8ms | 3164kb | OK | 10 | 10 |
| 2 | 52ms | 3428kb | OK | 10 | 10 |
| 3 | 56ms | 3428kb | OK | 10 | 10 |
| 4 | 364ms | 3956kb | OK | 10 | 10 |
| 5 | Depăşit | 5516kb | Time limit exceeded. | 0 | 0 |
| 6 | Depăşit | 4740kb | Time limit exceeded. | 0 |
| 7 | Depăşit | 5428kb | Time limit exceeded. | 0 |
| 8 | Depăşit | 6044kb | Time limit exceeded. | 0 | 0 |
| 9 | Depăşit | 5700kb | Time limit exceeded. | 0 |
| 10 | Depăşit | 5696kb | Time limit exceeded. | 0 |
| Punctaj total | 40 |