- Owner
- Rajath R Pai
- Problem
- Bitcount
- Source
- 0.35KB
- Result
- Accepted
Compiler output
prog.cpp: In function 'int main()': prog.cpp:11:29: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(signed int i = 0; i < binary.length(); ++i) ^ prog.cpp:18:18: warning: 'count' may be used uninitialized in this function [-Wmaybe-uninitialized] cout << count; ^
Results
Test number Result Time 1 20 0.2817s 2 20 0.2844s 3 20 0.2814s 4 20 0.2838s 5 20 0.2798s