- Owner
- Raul Muresan
- Problem
- Sequence
- Source
- 0.99KB
- 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.2895s 2 Ok 0.2903s 3 Ok 0.2969s 4 Ok 0.2923s 5 Ok 0.2909s 6 Ok 0.2919s 7 Ok 0.2939s 8 Ok 0.2908s 9 Ok 0.3258s 10 Ok 0.2923s 11 Ok 0.5286s 12 Ok 0.7129s 13 Ok 0.4599s 14 Ok 0.6687s 15 Ok 0.2926s 16 Ok 0.3161s 17 Ok 0.6069s