- Owner
- Popovici Andrei Sorin
- Problem
- Exploding Kittens
- Contest
- MindCoding 2017 Round 1 (Div. 1)
- Source
- 0.90KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:16:18: warning: integer overflow in expression [-Woverflow] int n,i,best=INF*INF,j,m,x,act,ans; ^ prog.cpp:52:11: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(i=0;i<res.size();++i) { ^ prog.cpp:16:33: warning: unused variable 'ans' [-Wunused-variable] int n,i,best=INF*INF,j,m,x,act,ans; ^
Results
Test number Result Time 1 Wrong answer 0.2535s