메뉴 건너뛰기

결과 (전체)

00a67 시험성적 (입력받은 점수에 대해 A~F 평점 내기) / 이성권

시간메모리제출올바른 답비율
1초64MB1793669
37.3%
이번 횟수이번 판정시도한 사람성공한 사람비율
1 컴파일 오류 639583
91.2%
컴파일 결과
In function 'int main()':
13:11: error: invalid conversion from 'const char*' to 'char' [-fpermissive]
17:11: error: invalid conversion from 'const char*' to 'char' [-fpermissive]
21:11: error: invalid conversion from 'const char*' to 'char' [-fpermissive]
25:11: error: invalid conversion from 'const char*' to 'char' [-fpermissive]
29:11: error: invalid conversion from 'const char*' to 'char' [-fpermissive]
8:20: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
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: (portability) Assigning a pointer to an integer is not portable.
29: (portability) Assigning a pointer to an integer is not portable.
위로