메뉴 건너뛰기

결과 (전체)

00a82 스승찾기 (주어진 정수의 합계 구하기) / su

시간메모리제출올바른 답비율
1초64MB515197
38.3%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 196178
90.8%
컴파일 결과
In function 'int main()':
12:12: error: invalid conversion from 'int*' to 'int' [-fpermissive]
8:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
11:26: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
12: (portability) Assigning a pointer to an integer is not portable.
위로