- Owner
- Stefan Negrus
- Problem
- Odd
- Contest
- MindCoding 2016 Round 3 (Div. 1)
- Source
- 3.25KB
- Result
- Wrong answer
Compiler output
prog.cpp:53:16: warning: unused parameter '_this_line' [-Wunused-parameter] void Duxar(int _this_line) { ^ prog.cpp: In function 'int main()': prog.cpp:127:22: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d\n", ans1); ^ prog.cpp:112:20: warning: unused variable 'j' [-Wunused-variable] LL ans1, ans2, i, j, cnt; ^ prog.cpp:112:23: warning: unused variable 'cnt' [-Wunused-variable] LL ans1, ans2, i, j, cnt; ^
Results
Test number Result Time 1 Wrong answer 0.2578s