메뉴 건너뛰기

결과 (전체)

00a21 사칙연산 (피연산자 연산자 피연산자) / 푸딩망고

시간메모리제출올바른 답비율
1초64MB42761257
29.4%
이번 횟수이번 판정시도한 사람성공한 사람비율
4 컴파일 오류 12061055
87.5%
컴파일 결과
In function 'int main()':
9:15: error: expected primary-expression before ':' token
10:21: error: invalid conversion from 'int' to 'const char*' [-fpermissive]
934:0,
42,
1:
103:1: note: initializing argument 1 of 'int printf(const char*, ...)'
10:23: warning: format not a string literal and no format arguments [-Wformat-security]
12:15: error: expected primary-expression before ':' token
13:21: error: invalid conversion from 'int' to 'const char*' [-fpermissive]
934:0,
42,
1:
103:1: note: initializing argument 1 of 'int printf(const char*, ...)'
13:23: warning: format not a string literal and no format arguments [-Wformat-security]
15:15: error: expected primary-expression before ':' token
15:15: error: '*' cannot appear in a constant-expression
16:21: error: invalid conversion from 'int' to 'const char*' [-fpermissive]
934:0,
42,
1:
103:1: note: initializing argument 1 of 'int printf(const char*, ...)'
16:23: warning: format not a string literal and no format arguments [-Wformat-security]
19:21: error: invalid conversion from 'int' to 'const char*' [-fpermissive]
934:0,
42,
1:
103:1: note: initializing argument 1 of 'int printf(const char*, ...)'
19:23: warning: format not a string literal and no format arguments [-Wformat-security]
20:5: error: expected ';' before '}' token
6:34: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
9: (error) syntax error
위로