F - Fibonacci Squared

Languages: C, C++, Java, Python, Kotlin
Time & Memory limits: (details)

Input

Output

Sample test(s)

Input
4 2 3 5 7
--- Showing first 30 lines (click "Copy" to get full content) ---
Output
14 38 182 633
--- Showing first 30 lines (click "Copy" to get full content) ---
Input
4 10 100 1000 10000
--- Showing first 30 lines (click "Copy" to get full content) ---
Output
3233 568233175 98340106 623251609
--- Showing first 30 lines (click "Copy" to get full content) ---

Notes