Pagini recente » Borderou de evaluare (job #2681733) | Borderou de evaluare (job #2375581) | Borderou de evaluare (job #2337233) | Borderou de evaluare (job #1270457) | Borderou de evaluare (job #1920521)
Borderou de evaluare (job #1920521)
Raport evaluator
Compilare:
user.cpp: In function ‘int main()’:
user.cpp:14:36: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("similar.in", "rt", stdin);
^
user.cpp:15:38: warning: ignoring return value of ‘FILE* freopen(const char*, const char*, FILE*)’, declared with attribute warn_unused_result [-Wunused-result]
freopen("similar.out", "wt", stdout);
^
user.cpp:19:17: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%d", &t);
^
user.cpp:23:25: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
scanf("%s %s", s1, s2);
^
user.cpp:46:25: warning: ‘j’ may be used uninitialized in this function [-Wmaybe-uninitialized]
printf("%d\n", dp[i][j] >= kInf ? -1 : dp[i][j]);
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 524ms | 4364kb | Incorect | 0 |
Punctaj total | 0 |