- Owner
- Axinie Razvan
- Problem
- 50 Shades of Prime
- Contest
- MindCoding 2016 Round 1 Take Off Labs (Div. 1)
- Source
- 0.43KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:17:24: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for ( int i = a; i <= b; ++i ) ^ prog.cpp:18:28: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for ( int j = b; j >= a; --j ) ^
Results
Test number Result Time 1 Ok 0.2712s 2 Ok 0.2493s 3 Ok 0.2557s 4 Ok 0.2613s 5 Ok 0.2791s 6 Wrong answer 0.2716s