- Owner
- Andrei Udriste
- Problem
- Bits
- Contest
- MindCoding 2017 Round 2 Bosch (Div. 2)
- Source
- 1.13KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:11:8: warning: unused variable 'x' [-Wunused-variable] int n, x, T; ^ prog.cpp:44:12: warning: 'ch' may be used uninitialized in this function [-Wmaybe-uninitialized] int e, ch; ^ prog.cpp:44:9: warning: 'e' may be used uninitialized in this function [-Wmaybe-uninitialized] int e, ch; ^
Results
Test number Result Time 1 Ok 0.2485s 2 Ok 0.2506s 3 Wrong answer 0.2598s