- Owner
- Baltatu Andrei-Mircea
- Problem
- Sequence
- Contest
- MindCoding 2016 Final 2
- Source
- 0.67KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:24:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d",&a[i]); ^ prog.cpp:29:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d",&b[i]); ^ prog.cpp:17:8: warning: unused variable 'j' [-Wunused-variable] int i,j,ans=0; ^
Results
Test number Result Time 1 Ok 0.2760s 2 Wrong answer 0.2726s