- Owner
- Mihai Nitu
- Problem
- CC
- Source
- 0.98KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'void precalc()': prog.cpp:35:43: warning: iteration 65535u invokes undefined behavior [-Waggressive-loop-optimizations] popcount[i] = popcount[i - (i&(-i))] + 1; ^ prog.cpp:34:2: note: containing loop for (int i = 1; i < (1<<20); ++i) { ^
Results
Test number Result Time 1 Ok 0.4152s 2 Wrong answer 0.3969s