실행 실패 (제출 코드 컴파일 에러)
Main.cpp:4:17: error: expected unqualified-id before numeric constant 4 | #define sp char(32) | ^~ Main.cpp:4:17: error: expected ‘)’ before numeric constant 4 | #define sp char(32) | ~^~ Main.cpp:4:17: error: expected unqualified-id before numeric constant 4 | #define sp char(32) | ^~ Main.cpp:4:17: error: expected ‘)’ before numeric constant 4 | #define sp char(32) | ~^~ In file included from /usr/include/signal.h:316, from /usr/include/c++/11/csignal:42, from /usr/include/aarch64-linux-gnu/c++/11/bits/stdc++.h:43, from Main.cpp:11: Main.cpp:4:17: error: expected unqualified-id before numeric constant 4 | #define sp char(32) | ^~ Main.cpp:4:17: error: expected ‘)’ before numeric constant 4 | #define sp char(32) | ~^~
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.