- Owner
- Marin Kisic
- Problem
- RemoveLst
- Contest
- MindCoding 2017 Round 3 Take Off Labs (Div. 1)
- Source
- 0.80KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:42:57: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'int' [-Wformat=] printf("%lld %lld\n",a + b, a*((1 << (in - 1)) + 1) + b); ^ prog.cpp:42:57: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'int' [-Wformat=]
Results
Test number Result Time 1 Wrong answer 0.5197s