실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘long long unsigned int pldrho(long long unsigned int)’: Main.cpp:58:49: warning: operation on ‘s’ may be undefined [-Wsequence-point] 58 | if(rand1==rand2){rand1=(1+prime[s%12]*(s++))%t;rand2=(1+rand1*rand1)%t;} | ~~^~~ Main.cpp: In function ‘int main()’: Main.cpp:102:5: error: ‘else’ without a previous ‘if’ 102 | else cout<<2; | ^~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.