- Owner
- Gabriel Badea
- Problem
- 50 Shades of Prime
- Contest
- MindCoding 2016 Round 1 Take Off Labs (Div. 1)
- Source
- 0.97KB
- Result
- Wrong answer
Compiler output
prog.cpp:8:0: warning: ignoring #pragma warning [-Wunknown-pragmas] #pragma warning(push) ^ prog.cpp:9:0: warning: ignoring #pragma warning [-Wunknown-pragmas] #pragma warning(disable: 4996) ^ prog.cpp:67:0: warning: ignoring #pragma warning [-Wunknown-pragmas] #pragma warning(pop) ^ prog.cpp: In function 'int main()': prog.cpp:36:25: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d", y - x + 1); ^
Results
Test number Result Time 1 Wrong answer 0.2798s