실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main()’: Main.cpp:10:26: error: expected ‘;’ before ‘}’ token 10 | u=u%10007 | ^ | ; 11 | } | ~ Main.cpp:12:18: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘long long int’ [-Wformat=] 12 | printf("%d",u%10007); | ~^ ~~~~~~~ | | | | int long long int | %lld Main.cpp:4:33: warning: unused variable ‘d’ [-Wunused-variable] 4 | long long int i,n,k,u=1,d=1; | ^ Main.cpp:5:14: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 5 | scanf("%lld %lld",&n,&k); | ~~~~~^~~~~~~~~~~~~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.