메뉴 건너뛰기

결과 (전체)

00a23 정수 2개를 1개 라인으로 입력받아 뺄셈하기 / klejrklqjek

시간메모리제출올바른 답비율
1초64MB41162214
53.8%
이번 횟수이번 판정시도한 사람성공한 사람비율
3 컴파일 오류 19621879
95.8%
컴파일 결과
In function 'int main()':
10:18: error: expected ')' before 'a'
10:21: warning: format '%d' expects a matching 'int' argument [-Wformat]
11:18: error: expected ')' before 'a'
11:21: warning: format '%d' expects a matching 'int' argument [-Wformat]
6:13: warning: unused variable 'c' [-Wunused-variable]
7:25: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
6: (style) Unused variable: c
위로