메뉴 건너뛰기

결과 (전체)

00a21 사칙연산 (피연산자 연산자 피연산자) / whiteblanket

시간메모리제출올바른 답비율
1초64MB42951260
29.3%
이번 횟수이번 판정시도한 사람성공한 사람비율
2 컴파일 오류 12091058
87.5%
컴파일 결과
In function 'int main()':
9:10: error: invalid conversion from 'const char*' to 'char' [-fpermissive]
9:15: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
13:15: error: invalid conversion from 'const char*' to 'char' [-fpermissive]
13:20: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
17:16: error: invalid conversion from 'const char*' to 'char' [-fpermissive]
17:21: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
21:16: error: invalid conversion from 'const char*' to 'char' [-fpermissive]
21:21: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
25:13: error: invalid conversion from 'int' to 'const char*' [-fpermissive]
934:0,
1:
103:1: note: initializing argument 1 of 'int printf(const char*, ...)'
25:13: warning: format not a string literal and no format arguments [-Wformat-security]
8:34: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
9: (portability) Assigning a pointer to an integer is not portable.
13: (portability) Assigning a pointer to an integer is not portable.
17: (portability) Assigning a pointer to an integer is not portable.
21: (portability) Assigning a pointer to an integer is not portable.
25: (error) Uninitialized variable: d
위로