메뉴 건너뛰기

결과 (전체)

00a46 공백있는 1개의 문자열을 N개 라인에 걸쳐 출력하기 / 차석진

시간메모리제출올바른 답비율
1초64MB1345388
28.8%
이번 횟수이번 판정시도한 사람성공한 사람비율
2 컴파일 오류 375309
82.4%
컴파일 결과
3:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
In function 'int main()':
10:21: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[1000]' [-Wformat=]
11:9: error: expected ';' before 'printf'
7:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
11:25: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
소스 정적 분석 결과
3: (error) syntax error
위로