Pagini recente » Borderou de evaluare (job #2255476) | Borderou de evaluare (job #1790139) | Borderou de evaluare (job #713390) | Borderou de evaluare (job #2922976) | Borderou de evaluare (job #2138678)
Borderou de evaluare (job #2138678)
Raport evaluator
Compilare:
user.cpp: In function ‘void read(unsigned int&)’:
user.cpp:39:23: warning: suggest parentheses around comparison in operand of ‘|’ [-Wparentheses]
while(inBuffer[p] < 0x30 | inBuffer[p] > 0x39)
^
user.cpp:44:23: warning: suggest parentheses around comparison in operand of ‘&’ [-Wparentheses]
while(inBuffer[p] > 0x2F & inBuffer[p] < 0x3A)
^
user.cpp: In function ‘bool BellmanFord(unsigned int)’:
user.cpp:78:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 1; i <= nodes; ++i)
^
user.cpp:89:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 1; i <= edges; ++i)
^
user.cpp: In function ‘int main()’:
user.cpp:172:26: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 1; i != nodes; write(distance[++i] != oo ? distance[i] : 0));
^
user.cpp:116:25: warning: unused variable ‘j’ [-Wunused-variable]
unsigned int i, j, a, b, c;
^
user.cpp:185:30: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
for(int i = 1; i != nodes; write(distance[++i] != oo ? distance[i] : 0));
^
user.cpp: At global scope:
user.cpp:54:37: warning: always_inline function might not be inlinable [-Wattributes]
__attribute__((always_inline)) void write(unsigned int x)
^
user.cpp:33:37: warning: always_inline function might not be inlinable [-Wattributes]
__attribute__((always_inline)) void read(unsigned int &num)
^
user.cpp: In function ‘void read(unsigned int&)’:
user.cpp:41:24: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
++p != 0x30D40 || (fread(inBuffer, 0x1, 0x30D40, stdin), p = 0x0);
^
user.cpp:48:24: warning: ignoring return value of ‘size_t fread(void*, size_t, size_t, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
++p != 0x30D40 || (fread(inBuffer, 0x1, 0x30D40, stdin), p = 0x0);
^
user.cpp: In function ‘int main()’:
user.cpp:109:39: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("dijkstra.in", "r", stdin);
^
user.cpp:110:41: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("dijkstra.out", "w", stdout);
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 0ms | 3616kb | OK | 10 |
2 | 0ms | 3620kb | OK | 10 |
3 | 0ms | 3640kb | OK | 10 |
4 | 0ms | 3656kb | OK | 10 |
5 | 4ms | 3900kb | OK | 10 |
6 | 8ms | 3956kb | OK | 10 |
7 | 12ms | 4056kb | OK | 10 |
8 | 20ms | 6292kb | OK | 10 |
9 | 44ms | 6188kb | OK | 10 |
10 | 52ms | 6404kb | OK | 10 |
Punctaj total | 100 |