Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Siamo spiacenti che qualcosa sia andato storto. Cosa è successo?

book
Large Powers of 5

Given an integer n, return the last two digits of the number 5 raised to the power of n. Note that n can be rather large, so direct computation may not be feasible. The task requires an efficient approach to solve the problem.

Example 1

Input:

2

Output:

25
main.cpp

main.cpp

cpp

Chieda ad AI

expand

Chieda ad AI

ChatGPT

Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione

some-alt