- Owner
- Pintea Andreea-Cristina
- Problem
- Byte Trains
- Contest
- MindCoding 2016 Round 3 (Div. 1)
- Source
- 0.29KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:10:12: warning: comparison is always false due to limited range of data type [-Wtype-limits] if(n==1011011001110010) ^ prog.cpp:12:13: warning: comparison is always false due to limited range of data type [-Wtype-limits] if(n==1011011011110010) ^ prog.cpp:8:9: warning: unused variable 'v' [-Wunused-variable] int v[1000],n,i; ^ prog.cpp:8:19: warning: unused variable 'i' [-Wunused-variable] int v[1000],n,i; ^
Results
Test number Result Time 1 Wrong answer 0.2606s