제출 #44877
제출 정보
실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘long long int power(long long int, long long int, long long int)’: Main.cpp:9:45: error: expected ‘;’ before ‘)’ token 9 | if(b % 2 == 1) return (half * half)%c *a) % c; | ^ | ; Main.cpp:9:5: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] 9 | if(b % 2 == 1) return (half * half)%c *a) % c; | ^~ Main.cpp:9:45: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ 9 | if(b % 2 == 1) return (half * half)%c *a) % c; | ^ Main.cpp:9:45: error: expected primary-expression before ‘)’ token
제출 결과
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
제출 코드
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
찾은 반례
반례를 발견하지 못했습니다.