메뉴 건너뛰기

결과 (전체)

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

시간메모리제출올바른 답비율
1초64MB42951260
29.3%
이번 횟수이번 판정시도한 사람성공한 사람비율
4 컴파일 오류 12091058
87.5%
컴파일 결과
In function 'int main()':
9:13: warning: comparison with string literal results in unspecified behaviour [-Waddress]
9:13: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
13:18: warning: comparison with string literal results in unspecified behaviour [-Waddress]
13:18: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
17:19: warning: comparison with string literal results in unspecified behaviour [-Waddress]
17:19: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
21:19: warning: comparison with string literal results in unspecified behaviour [-Waddress]
21:19: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
25:20: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int*' [-Wformat=]
8:34: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
25: (warning) %d in format string (no. 1) requires 'int' but the argument type is 'signed int *'.
위로