- Owner
- Raul Muresan
- Problem
- Sequence
- Source
- 0.95KB
- Result
- Accepted
Compiler output
prog.cpp: In function 'int main()': prog.cpp:17:18: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d",&n); ^ prog.cpp:21:25: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d",&a[i]); ^ prog.cpp:25:25: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d",&b[i]); ^
Results
Test number Result Time 1 Ok 0.2968s 2 Ok 0.2971s 3 Ok 0.2997s 4 Ok 0.2953s 5 Ok 0.2966s 6 Ok 0.3000s 7 Ok 0.2974s 8 Ok 0.2998s 9 Ok 0.3291s 10 Ok 0.2972s 11 Ok 0.5260s 12 Ok 0.7218s 13 Ok 0.4675s 14 Ok 0.6774s 15 Ok 0.2990s 16 Ok 0.3245s 17 Ok 0.6114s