- Owner
- Sebastian Ciobanu
- Problem
- Bits
- Contest
- MindCoding 2017 Round 2 Bosch (Div. 2)
- Source
- 0.62KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'void reprez()': prog.cpp:8:12: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while(i<x) ^ prog.cpp:16:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] while((x&j)!=j && j>0) ^
Results
Test number Result Time 1 Ok 0.2440s 2 Ok 0.2606s 3 Wrong answer 0.2744s