Pagini recente » Borderou de evaluare (job #1259283) | Borderou de evaluare (job #3296448) | Borderou de evaluare (job #3119830) | Borderou de evaluare (job #1682) | Borderou de evaluare (job #1969064)
Borderou de evaluare (job #1969064)
Raport evaluator
Compilare:
user.cpp: In function ‘void update_pi()’:
user.cpp:25:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
FOR(i, 2, P.sz() - 1){
^
user.cpp:6:42: note: in definition of macro ‘FOR’
#define FOR(i, x, y) for(int i = x; i <= y; ++i)
^
user.cpp: In function ‘void kmp(int)’:
user.cpp:34:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
FOR(i, 1, T.sz() - 1){
^
user.cpp:6:42: note: in definition of macro ‘FOR’
#define FOR(i, x, y) for(int i = x; i <= y; ++i)
^
user.cpp: In function ‘int main()’:
user.cpp:61:25: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
FOR(k, 1, T.sz() -1){
^
user.cpp:6:42: note: in definition of macro ‘FOR’
#define FOR(i, x, y) for(int i = x; i <= y; ++i)
^
user.cpp:47:15: warning: variable ‘ans’ set but not used [-Wunused-but-set-variable]
int t, n, ans, s;
^
user.cpp:47:20: warning: unused variable ‘s’ [-Wunused-variable]
int t, n, ans, s;
^
Test |
Timp executie |
Memorie folosita |
Mesaj |
Punctaj/test |
1 | 344ms | 532kb | Incorect | 0 |
Punctaj total | 0 |