- Owner
- Alex Ionita
- Problem
- Sequence
- Contest
- MindCoding 2016 Final 2
- Source
- 0.56KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:14:22: warning: format '%i' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%i", &a[i]); ^ prog.cpp:16:22: warning: format '%i' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%i", &b[i]); ^
Results
Test number Result Time 1 Ok 0.2741s 2 Ok 0.2667s 3 Wrong answer 0.2911s