실행 실패 (제출 코드 컴파일 에러)
Main.cpp:54:2: error: stray ‘#’ in program 54 | }#include <iostream> | ^ Main.cpp:54:3: error: ‘include’ does not name a type 54 | }#include <iostream> | ^~~~~~~ Main.cpp:61:10: error: redefinition of ‘S a [101]’ 61 | struct S a[101], ans[101], b[101]; | ^ Main.cpp:8:10: note: ‘S a [101]’ previously declared here 8 | struct S a[101], ans[101], b[101]; | ^ Main.cpp:61:18: error: redefinition of ‘S ans [101]’ 61 | struct S a[101], ans[101], b[101]; | ^~~ Main.cpp:8:18: note: ‘S ans [101]’ previously declared here 8 | struct S a[101], ans[101], b[101]; | ^~~ Main.cpp:61:28: error: redefinition of ‘S b [101]’ 61 | struct S a[101], ans[101], b[101]; | ^ Main.cpp:8:28: note: ‘S b [101]’ previously declared here 8 | struct S a[101], ans[101], b[101]; | ^ Main.cpp:63:6: error: redefinition of ‘bool compare1(S, S)’ 63 | bool compare1(struct S x, struct S y) | ^~~~~~~~ Main.cpp:10:6: note: ‘bool compare1(S, S)’ previously defined here 10 | bool compare1(struct S x, struct S y) | ^~~~~~~~ Main.cpp:67:5: error: redefinition of ‘int main()’ 67 | int main() | ^~~~ Main.cpp:14:5: note: ‘int main()’ previously defined here 14 | int main() | ^~~~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.