66.7 심사문제 가변인자의 정수 합 구하기
, 남 최준원님이 작성문의한 코드는 삭제합니다.
VS2019에서 빌드가 되고 정확히 입력한 값대로 출력값이 나오는데 심사에서는 통과가 안됩니다. 변수의 명이 틀려서 그런가요?
(도장_ 관리자님이 수정함 - 원문 제출일: 2020년 3월 16일, 월요일, 오후 6:51)
Re: 66.7 심사문제 가변인자의 정수 합 구하기
, 도장_ 관리자님이 작성문의한 코드는 다음과 같은 오류가 발생합니다.
main.c:44:24: warning: second argument to 'va_arg' is of promotable type 'char'; this va_arg has undefined behavior because arguments will be promoted to 'int' [-Wvarargs] va_arg(ap, char); ^~~~ /opt/clang/lib/clang/6.0.1/include/stdarg.h:35:50: note: expanded from macro 'va_arg' #define va_arg(ap, type) __builtin_va_arg(ap, type) ^~~~포럼 상단 오른쪽에 66.7로 검색하면 이전 답변을 참조할 수 있습니다.
다음 답변을 참조하세요.
https://dojang.io/mod/forum/discuss.php?d=1171&parent=2659