MCPcopy Create free account
hub / github.com/dongyi-kim/10weeks-codingtest / pow

Method pow

chapter06/problem_f/Main.java:15–31  ·  view source on GitHub ↗

a^n을 계산하는 함수 @param a @param n @return a^n을 1,000,000,007로 나눈 나머지를 출력한다

(long a, long n)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

mainMethod · 0.95
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected