실행 실패 (제출 코드 컴파일 에러)
Main.cpp:3:10: error: ‘__float128’ does not name a type; did you mean ‘_Float128’? 3 | using lf=__float128; | ^~~~~~~~~~ | _Float128 Main.cpp:7:1: error: ‘lf’ does not name a type; did you mean ‘ll’? 7 | lf sine(lf a) { | ^~ | ll Main.cpp: In function ‘int main()’: Main.cpp:16:5: error: ‘lf’ was not declared in this scope; did you mean ‘ll’? 16 | lf a,b,c,l,r,x,p; | ^~ | ll Main.cpp:17:5: error: ‘a’ was not declared in this scope; did you mean ‘aa’? 17 | a=aa;b=bb;c=cc; | ^ | aa Main.cpp:17:10: error: ‘b’ was not declared in this scope; did you mean ‘bb’? 17 | a=aa;b=bb;c=cc; | ^ | bb Main.cpp:17:15: error: ‘c’ was not declared in this scope; did you mean ‘cc’? 17 | a=aa;b=bb;c=cc; | ^ | cc Main.cpp:18:7: error: expected ‘;’ before ‘u’ 18 | lf u=1000000,d=0.5; | ^~ | ; Main.cpp:19:5: error: ‘l’ was not declared in this scope; did you mean ‘ll’? 19 | l=(c-b)/a; | ^ | ll Main.cpp:20:5: error: ‘r’ was not declared in this scope 20 | r=(b+c)/a; | ^ Main.cpp:23:9: error: ‘x’ was not declared in this scope 23 | x=(l+r)/2; | ^ Main.cpp:24:9: error: ‘p’ was not declared in this scope 24 | p=a*x+b*sine(x); | ^ Main.cpp:24:17: error: ‘sine’ was not declared in this scope; did you mean ‘sinl’? 24 | p=a*x+b*sine(x); | ^~~~ | sinl
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
비공개 코드입니다. 코드 작성자만 볼 수 있습니다.
반례를 발견하지 못했습니다.