Mai intai trebuie sa te autentifici.
Borderou de evaluare (job #1792083)
| Utilizator | Data | 29 octombrie 2016 23:47:46 | |
|---|---|---|---|
| Problema | Componente tare conexe | Status | done |
| Runda | Arhiva educationala | Compilator | cpp | Vezi sursa |
| Scor | 100 | ||
Raport evaluator
Compilare:
user.cpp: In function ‘void dfs(int)’:
user.cpp:14:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i=0; i<g[nod].size(); i++)
^
user.cpp: In function ‘int main()’:
user.cpp:39:34: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
fread(buff, 1, 200000, stdin);
^
user.cpp: In function ‘void read(int&)’:
user.cpp:32:104: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
while(buff[pos] < '0' || buff[pos] > '9')if(++pos == 200000) fread(buff, 1, 200000, stdin), pos = 0;
^
user.cpp:34:139: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
while('0' <= buff[pos] && buff[pos] <= '9') {nr = nr * 10 + buff[pos] - '0';if(++pos == 200000) fread(buff, 1, 200000, stdin), pos = 0;}
^
| Test | Timp executie | Memorie folosita | Mesaj | Punctaj/test | Punctaj/grupa |
|---|---|---|---|---|---|
| 1 | 4ms | 3764kb | Corect | 10 | 30 |
| 2 | 4ms | 3760kb | Corect | 10 | |
| 3 | 4ms | 3776kb | Corect | 10 | |
| 4 | 4ms | 3804kb | Corect | 10 | 30 |
| 5 | 8ms | 3976kb | Corect | 10 | |
| 6 | 16ms | 4220kb | Corect | 10 | |
| 7 | 24ms | 4724kb | Corect | 10 | 30 |
| 8 | 64ms | 5844kb | Corect | 10 | |
| 9 | 140ms | 7948kb | Corect | 10 | |
| 10 | 152ms | 9800kb | Corect | 10 | 10 |
| Punctaj total | 100 | ||||
Ceva nu functioneaza?
- Citeste despre borderoul de evaluare.
- Daca tot nu e bine, contacteaza-ne pe forum !
