제출 #44866
제출 정보
실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘long long unsigned int power(long long int, long long int, long long int)’: Main.cpp:8:5: error: ‘unsigend’ was not declared in this scope; did you mean ‘unsigned’? 8 | unsigend long long half = power(a,b/2,c); | ^~~~~~~~ | unsigned Main.cpp:9:27: error: ‘half’ was not declared in this scope 9 | if(b % 2 == 1) return half * half *a % c; | ^~~~ Main.cpp:10:12: error: ‘half’ was not declared in this scope 10 | return half * half % c; | ^~~~
제출 결과
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
제출 코드
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
찾은 반례
반례를 발견하지 못했습니다.