실행 실패 (제출 코드 컴파일 에러)
Main.cpp:80:17: error: stray ‘#’ in program 80 | if (#include <iostream> | ^ Main.cpp: In function ‘int main()’: Main.cpp:32:38: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] 32 | if (c == ',' || c == ']' && !numstring.empty()) | ~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ Main.cpp:47:28: warning: comparison of integer expressions of different signedness: ‘int’ and ‘std::__cxx11::basic_string<char>::size_type’ {aka ‘long unsigned int’} [-Wsign-compare] 47 | for (int i = 0; i < f.size(); ++i) | ~~^~~~~~~~~~ Main.cpp:80:18: error: ‘include’ was not declared in this scope 80 | if (#include <iostream> | ^~~~~~~ Main.cpp:80:35: error: expected primary-expression before ‘>’ token 80 | if (#include <iostream> | ^ Main.cpp:86:1: error: expected primary-expression before ‘using’ 86 | using namespace std; | ^~~~~ Main.cpp:88:5: error: condition declares a function 88 | int main() | ^~~~ Main.cpp:190:2: error: expected ‘)’ at end of input 190 | } | ^ | ) Main.cpp:80:16: note: to match this ‘(’ 80 | if (#include <iostream> | ^ Main.cpp:190:2: error: expected statement at end of input 190 | } | ^ Main.cpp:190:2: error: expected ‘}’ at end of input Main.cpp:77:9: note: to match this ‘{’ 77 | { | ^ Main.cpp:190:2: error: expected ‘}’ at end of input 190 | } | ^ Main.cpp:17:5: note: to match this ‘{’ 17 | { | ^ Main.cpp:190:2: error: expected ‘}’ at end of input 190 | } | ^ Main.cpp:10:1: note: to match this ‘{’ 10 | { | ^
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.