- Owner
- Ion David-Gabriel - DISQUALIFIED
- Problem
- Exploding Kittens
- Contest
- MindCoding 2017 Round 1 (Div. 1)
- Source
- 2.25KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'void solve()': prog.cpp:98:22: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d\n", di); ^ prog.cpp:100:22: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int i = 0; i < sol.size(); i++) ^
Results
Test number Result Time 1 Wrong answer 0.2398s