- Owner
- Alex Ionita
- Problem
- Sequence
- Contest
- MindCoding 2016 Final 2
- Source
- 0.57KB
- Result
- Wrong answer
Compiler output
prog.cpp: In function 'int main()': prog.cpp:14:23: warning: conversion lacks type at end of format [-Wformat=] scanf("%ll", &a[i]); ^ prog.cpp:14:23: warning: too many arguments for format [-Wformat-extra-args] prog.cpp:16:23: warning: conversion lacks type at end of format [-Wformat=] scanf("%ll", &b[i]); ^ prog.cpp:16:23: warning: too many arguments for format [-Wformat-extra-args]
Results
Test number Result Time 1 Ok 0.2503s 2 Wrong answer 0.2524s