- Owner
- Babuta Rares Mihai
- Problem
- 50 Shades of Prime
- Contest
- MindCoding 2016 Round 1 Take Off Labs (Div. 1)
- Source
- 1.16KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:28:20: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = a; i < b; i++) ^ prog.cpp:36:19: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int i = b; i>a; --i) ^
Results
Test number Result Time 1 Wrong answer 0.2560s