- Owner
- Manghiuc Teodor Florin
- Problem
- Fiendish Interval
- Contest
- MindCoding 2017 Final 2
- Source
- 1.36KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:42:14: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i >= a && i < b) { ^ prog.cpp:42:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if(i >= a && i < b) { ^
Results
Test number Result Time 1 Ok 0.2445s 2 Ok 0.2532s 3 Wrong answer 0.2483s