실행 실패 (제출 코드 컴파일 에러)
Main.cpp:22: warning: ignoring ‘#pragma warning ’ [-Wunknown-pragmas] 22 | #pragma warning(disable:4996) // Visual Studio scanf 오류 방지 | Main.cpp: In function ‘int main()’: Main.cpp:26:19: error: ‘sync_with_stdi’ is not a member of ‘std::ios’ {aka ‘std::basic_ios<char>’} 26 | std::ios::sync_with_stdi/*o(false); | ^~~~~~~~~~~~~~ Main.cpp:30:25: error: ‘N’ was not declared in this scope 30 | scanf("%d %d", &N, &M); | ^ Main.cpp:30:29: error: ‘M’ was not declared in this scope 30 | scanf("%d %d", &N, &M); | ^
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.