메뉴 건너뛰기

결과 (전체)

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

시간메모리제출올바른 답비율
1초64MB42791258
29.4%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 12071056
87.5%
컴파일 결과
In function 'int main()':
6:33: warning: unknown conversion type character 0x20 in format [-Wformat=]
6:33: warning: format '%c' expects argument of type 'char*', but argument 2 has type 'int*' [-Wformat=]
6:33: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'char*' [-Wformat=]
6:33: warning: too many arguments for format [-Wformat-extra-args]
8:12: error: 'swich' was not declared in this scope
11:5: error: break statement not within loop or switch
12:1: error: case label ''-'' not within a switch statement
14:5: error: break statement not within loop or switch
15:1: error: case label ''-'' not within a switch statement
17:5: error: break statement not within loop or switch
18:1: error: case label not within a switch statement
At global scope:
21:7: error: expected constructor, destructor, or type conversion before '(' token
22:1: error: expected unqualified-id before 'return'
In function 'int main()':
6:34: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
6: (warning) %d in format string (no. 2) requires 'int *' but the argument type is 'signed char *'.
6: (warning) scanf format string requires 2 parameters but 3 are given.
위로