- Owner
- Andretti Naiden
- Problem
- 50 Shades of Prime
- Contest
- MindCoding 2016 Round 1 Take Off Labs (Div. 1)
- Source
- 0.52KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'void solve()': prog.cpp:16:31: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] if(a<=1) {printf("%I64d",b); return;} ^ prog.cpp:25:23: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%I64d",sol); ^
Results
Test number Result Time 1 Wrong answer 0.2621s