실행 실패 (제출 코드 컴파일 에러)
Main.cpp: In function ‘int main(int, char**)’: Main.cpp:25:8: warning: ignoring return value of ‘int scanf(const char*, ...)’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 25 | scanf("%d", &N); | ~~~~~^~~~~~~~~~ /usr/lib/gcc/aarch64-linux-gnu/11/libstdc++.a(locale_init.o): in function `(anonymous namespace)::get_locale_mutex()': (.text._ZN12_GLOBAL__N_116get_locale_mutexEv+0xc): relocation truncated to fit: R_AARCH64_ADR_PREL_PG_HI21 against `.bss._ZGVZN12_GLOBAL__N_116get_locale_mutexEvE12locale_mutex' (.text._ZN12_GLOBAL__N_116get_locale_mutexEv+0x18): relocation truncated to fit: R_AARCH64_ADR_PREL_PG_HI21 against `.bss._ZZN12_GLOBAL__N_116get_locale_mutexEvE12locale_mutex' (.text._ZN12_GLOBAL__N_116get_locale_mutexEv+0x34): relocation truncated to fit: R_AARCH64_ADR_PREL_PG_HI21 against `.bss._ZZN12_GLOBAL__N_116get_locale_mutexEvE12locale_mutex' /usr/lib/gcc/aarch64-linux-gnu/11/libstdc++.a(locale_init.o): in function `std::locale::_Impl::_Impl(unsigned long)': (.text._ZNSt6locale5_ImplC2Em+0x8): relocation truncated to fit: R_AARCH64_ADR_PREL_PG_HI21 against `.bss._ZN12_GLOBAL__N_19facet_vecE' (.text._ZNSt6locale5_ImplC2Em+0x2c): relocation truncated to fit: R_AARCH64_ADR_PREL_PG_HI21 against `.bss._ZN12_GLOBAL__N_16name_cE' (.text._ZNSt6locale5_ImplC2Em+0x30): relocation truncated to fit: R_AARCH64_ADR_PREL_PG_HI21 against `.bss._ZN12_GLOBAL__N_17ctype_cE' (.text._ZNSt6locale5_ImplC2Em+0x64): relocation truncated to fit: R_AARCH64_ADR_PREL_PG_HI21 against `.bss._ZN12_GLOBAL__N_19cache_vecE' (.text._ZNSt6locale5_ImplC2Em+0x84): relocation truncated to fit: R_AARCH64_ADR_PREL_PG_HI21 against `.bss._ZN12_GLOBAL__N_18name_vecE' (.text._ZNSt6locale5_ImplC2Em+0xe4): relocation truncated to fit: R_AARCH64_ADR_PREL_PG_HI21 against `.bss._ZN12_GLOBAL__N_19codecvt_cE' (.text._ZNSt6locale5_ImplC2Em+0x110): relocation truncated to fit: R_AARCH64_ADR_PREL_PG_HI21 against `.bss._ZN12_GLOBAL__N_116numpunct_cache_cE' (.text._ZNSt6locale5_ImplC2Em+0x114): additional relocation overflows omitted from the output collect2: error: ld returned 1 exit status
정답 개수:
-
틀린 개수:
-
실행 실패 개수:
-
반례를 발견하지 못했습니다.