실행 실패 (제출 코드 컴파일 에러)
Main.cpp:187:11: error: declaration of ‘using Geometry = struct Geometry<long double>’ changes meaning of ‘Geometry’ [-fpermissive] 187 | using Geometry = Geometry<long double>; | ^~~~~~~~ Main.cpp:24:8: note: ‘Geometry’ declared here as ‘struct Geometry<long double>’ 24 | struct Geometry { | ^~~~~~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.