- Owner
- Butmalai Dan
- Problem
- Bits
- Contest
- MindCoding 2017 Round 2 Bosch (Div. 1)
- Source
- 0.56KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:11:12: warning: iteration 50u invokes undefined behavior [-Waggressive-loop-optimizations] b[i] = 0; ^ prog.cpp:10:3: note: containing loop for(int i = 0; i <= 50; i++) ^
Results
Test number Result Time 1 Ok 0.2512s 2 Ok 0.2450s 3 Wrong answer 0.2476s